SAP ABAP GGB0 User Exit

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

8/9/2017 SAP ABAP: GGB0 Validation using User Exit

SAP ABAP
ABAP tutorial

MONDAY, 13 OCTOBER 2014

GGB0 Validation using User Exit

User exit for FI Transactions using (GGB0)

TCODE : GGB0 validation


OB28 for activating validation
GCX2 user exit Program Config
GS01 Set Creation

Program : RGGBR000 user exit program

Step 1 : create custom program for RGGBR000

1 .Create custom (ZRGGBR000) program , with the copy of standard Program


RGGBR000 .

2. Maintained user exit name with in form (form get_exit_titles tables etab ) .

Exits-name = (user defined name)

3. Create form for that new user exit .


form zpark using b_result.

"Set Validation is true at initial stage


b_result = b_true .

“When your validation is unsuccessful just pass b_result in b_fales .


* b_result = b_fales .

endform.

Within form write your logic

Save and Activate the program .


Step2 : Assign the Custom Program in GCX2

http://vaigundaraja65.blogspot.com/2014/10/ggb0-validation-using-user-exit.html 1/5
8/9/2017 SAP ABAP: GGB0 Validation using User Exit

After Assigning , user exit name will be appear in GGB0 exit TAB .

Step3 : Create the Validation in GGB0 .

Maintained the User exit

http://vaigundaraja65.blogspot.com/2014/10/ggb0-validation-using-user-exit.html 2/5
8/9/2017 SAP ABAP: GGB0 Validation using User Exit

Message:

Step: Activate Validation (OB28) .

SET Creation (GS01 ) :

Press enter. Then below screen will appear .

http://vaigundaraja65.blogspot.com/2014/10/ggb0-validation-using-user-exit.html 3/5
8/9/2017 SAP ABAP: GGB0 Validation using User Exit

Posted by Vaigunda Raja at 01:30


Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest

3 comments:

1.
Kannan Rajendran23 March 2015 at 07:22

Superb Documentation !!! Simple and understandable, Thank you :)

ReplyDelete

2.
Dinesh Kumar10 August 2015 at 22:31

Nice document...Thank you...

ReplyDelete

3.
Deepika Patil13 December 2016 at 21:37

Enpersol provides SAP consulting & Implementation Support Partners services in Pune for solution design,
business process optimization and reengineering. sap implementation support Partners, SAP consulting,
Sap Consulting, sap validation, SAP Rapid Deployment services, SAP operations management

ReplyDelete

Load more...

Newer Post Older Post Home


Subscribe to: Post Comments (Atom)
PAGES

SAP-ABAP

http://vaigundaraja65.blogspot.com/2014/10/ggb0-validation-using-user-exit.html 4/5
8/9/2017 SAP ABAP: GGB0 Validation using User Exit

ABOUT ME

There was an error in this


gadget
Vaigunda Raja
Follow 58

View my complete
profile

BLOG ARCHIVE

► 2016 (5)
► April (5)

▼ 2014 (4)
▼ October (1)
GGB0 Validation using User Exit
► September (2)
► May (1)

► 2013 (7)
► April (7)

► 2012 (2)
► December (2)

Picture Window theme. Powered by Blogger.

http://vaigundaraja65.blogspot.com/2014/10/ggb0-validation-using-user-exit.html 5/5

You might also like