Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC recording

Former Member
0 Likes
821

Hi ,

I am trying to do BDC recording …

I get the following OK Codes.

Any one please help me identify them

perform bdc_field using 'BDC_OKCODE'

'=VGUE'.

perform bdc_field using 'BDC_OKCODE'

'=VGD0'.

perform bdc_field using 'BDC_OKCODE'

'=VGD0'.

perform bdc_field using 'BDC_OKCODE'

'BACK'.

perform bdc_field using 'BDC_OKCODE'

'=VGD2'.

perform bdc_field using 'BDC_OKCODE'

'BU'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
749

hi ramana,

which transaction , are you trying to record

to know the function codes for a transaction, get the program name for that transaction, then

goto SE41

give the program name and select Function list radiobutton

click on display

5 REPLIES 5
Read only

Former Member
0 Likes
749

It's hard without knowing the corresponding transaction -:)


perform bdc_field using 'BDC_OKCODE'
'BU'. 

Stands for SAVE.


perform bdc_field using 'BDC_OKCODE'
'BACK'. 

Stands for BACK.

Give us the transaction, so we can tell you the porpouse of the other OK_CODES -;)

Greetings,

Blag.

Read only

Former Member
0 Likes
750

hi ramana,

which transaction , are you trying to record

to know the function codes for a transaction, get the program name for that transaction, then

goto SE41

give the program name and select Function list radiobutton

click on display

Read only

Former Member
0 Likes
749

Hi,

Can you please let me know which transaction you are recording ?

regards

  • Dj

Read only

0 Likes
749

IW32