cancel
Showing results for 
Search instead for 
Did you mean: 

BC sets

Former Member
0 Kudos

Dear friedns,

I need detail explain abount following

01. User Exits

02. Screen Exits,

03. BC Sets

Regards

Reddy

"subramanyamksr@Yahoo.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Reddy,

Screen Exit: step by step method to implement screen exit:

Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.

the tcode is cmod...

1.From the main screen of the Project management transaction, proceed as follows:

Select Enhancement components and choose Change.

2.Choose Edit component.

3.Choose the screen exit and double click on it

4.Create your subscreen using the Screen Painter.

5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic .

6.Choose the PAI and PBO to write down the logic.

7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.

8.Go to the transaction ME22 to view the customer defined screen exit.

9.Enter the purchase order number and press Enter.

10.Go to the menu header --> Details.

11.Purchase number is visible on the standard screen

User Exit: Userxits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

All Userexits start with the word USEREXIT_...

FORM USEREXIT_..

z..

ENDFORM.

The problem lies in finding the correct userexit and how to find it if one exists for the purpose. Once the correct userexit is found the necessary

customer code is inserted in the customer include starting with the z..

in the form routine.

e.g. USEREXIT_SAVE_DOCUMENT_PREPARE

Reward points if it helpful

Regards

Govind.

Answers (2)

Answers (2)

Former Member
0 Kudos

Documentation sent for BC sets. Could you sent me the docs u might have recived for user exits and svreen exits

Thanks

Vishal.

Former Member
0 Kudos

Hi

sent mail reward if helps

Former Member
0 Kudos

send also to me on mangeshgm@gmail.com

regards

mangesh