cancel
Showing results for 
Search instead for 
Did you mean: 

Function Code

Former Member
0 Kudos

Hi

what is the Function code for button 'Copy text' ( internal note ) under documents tab which is under Header data in process purchase order transaction ??

I ddint get the screen number for the corresponding screen in 'Screen Painter' for program 'SAPLBBP_POC'.

Could any one plz

Thanks

Nag

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Naga,

Go to the Web Screen where this button is present. Right click on the screen and then select view source code. Then search for this button in the code and find out under which screen this button is located.

Use that screen name and number and go to transaction SE51. Here you will be able to find the button and its function code.

Hope it helps.

Thanks,

Pradeep

ricardo_cavedini
Employee
Employee
0 Kudos

Dear Nag,

Maybe this information can help you somehow.

Actually, button "Copy text" was inserted due to note 941923.

If the following values are set in includes LBBP_PDH_TEXTTOP and LBBP_SC_UI_ITSTOP, the text button will be available.

CONSTANTS: gc_note_butt_active TYPE i VALUE '0'.

Replace '0' with '1'.

I hope this can help you a little.

Kind regards,

Ricardo