cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit

Former Member
0 Kudos

Experts,

I have found my required User exit. what is the T.code to read the program code and Include in that Exit?

If its not T.code , Please tell me the steps to follow in order to read the code in that User Exit.

Thanks,

Kanna Palle.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kanna,

You can the read the include with the Tcoe ->se38.

Tell me the exit name i will let you know the full details.

Former Member
0 Kudos

for example,

SAPLBPFC - active availability control.

I want to read that code in this User exit. Can you please help me walk through.

Former Member
0 Kudos

Dear Kanna,

T. Code: SE38

Program: SAPLBPFC

Subobject: Source Code

Click Tab: Display

Best Regards,

Amit

Note: Can you explain your change-requirement with the Exit?

Just for Information (some of the areas, where Exit is used:

[Exit - SAPLBPFC|]

[Exit - SAPLBPFC|]

Former Member
0 Kudos

Amit ,

Its not working with ATP00001 , WHY?

Do you have any solution for this.

Thanks,

Kanna.

Former Member
0 Kudos

Dear Kanna,

Can you please explain the requirement or procedure?

Meanwhile, Try with:

T. Code: SMOD

Enhancement: ATP00001

Object Components: Components

Click Tab: Display

Here, you might not have entries under "Includes".

Now, if you are clear with your requirement, instead of Tab: Display; click Tab: Change.

System will prompt, window: customer Modification, Select either or the Options: Maintain in Orig. Lang. or Maintain in logon lang.

System will prompt with Caution. Read it, then Ok.

Now, next screen, for your requirement.

Best Regards,

Amit

Former Member
0 Kudos

hi,

SAPLBPFC - is the function pool .

Goto se38 - display - utilities - Display object list - at left side you will get a node 'Function modules' - break the grid , you will get all function modules in this pool.

saravanan

Former Member
0 Kudos

Hi Kanna,

ATP00001 is an enhancement , you cannot directly open it.

In this we have two function module exits , in that we have the includes , here exactly you can see the code or write the code.

Navigation to see the code in this enhancement for your understanding.

1) SMOD -> Here put the ATP00001 in the enhancement text box and then below that pls choose the radio button components.

2) then click on display , now you will see two function module exits like..

EXIT_SAPLATPC_001

EXIT_SAPLATPC_002.

3) Now double click on any of the function module

4)Now you will see the include ex : INCLUDE ZXATPU01

5) Now double click on this include, here the ABAPers will write the code. If the code is already present , then you can see it here.

Hope you can navigate through this steps as mentioned above, if you still find it difficult , pls let me know .. always ready to guide you.

Regards,

Vvieks

Answers (1)

Answers (1)

former_member204513
Active Contributor
0 Kudos

Dear Kanna,

Try with T.codes SMOD and SE38

I hope this will help you,

Regards,

Murali.

Edited by: Murali Mohan.Tallapaneni on Dec 9, 2008 8:15 AM

Former Member
0 Kudos

Hi Murali,

I found USER EXIT by going into SMOD. Now I want to read the code in that exit .How to do that ?

Former Member
0 Kudos

Hi kanna,

Just goto se38 -> input SAPLBPFC then press display.

you will get lot of includes like..

INCLUDE LBPFCCA0. "common forms

INCLUDE LBPFCCA1. "posting

INCLUDE LBPFCCA2. "budgeting

And then double click on the include , here you can see the code.

Former Member
0 Kudos

Vivek,

when I am doing the same with ATP00001 , it says the program does not exist.Let me know what is the issue here?