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_OKCODE

Former Member
0 Likes
667

Hello,

What is table where all these BDC_OKCODE , BDC_CURSOR ETC WILL STORE .Can any body tell what is table which contains all these values.

Regards,

Satya

5 REPLIES 5
Read only

Former Member
0 Likes
539

Check this tables...

/BMC/YTR_BDC Batch Input errors

/SAPDMC/LSGBDC BI Name: "Code"

/SAPDMC/LSGBDCA BI Name: Attributes

/SAPDMC/LSGBDCS BI Name: Structures (Name=Prefix+Recording

/SAPDMC/LSGBDCT BI Recording: Name

Regards,

Read only

Former Member
0 Likes
539

Hi

?????

There isn't that table, you can know the OK_CODE becouse you can pick up them from status gui of the trx you need to simulate.

In your program u have to simulate every step of trx and saved id in internal table like structure BDCDATA.

Max

Read only

Former Member
0 Likes
539

Hi,

Generally it will not be stored in any table , it depends on the transaction.

depending on ur recording in SHDB the BDC_CODE will be generated

Read only

Former Member
0 Likes
539

hi Naga,

I don't think there is a table which stores those ..

Regards,

Santosh

Read only

ferry_lianto
Active Contributor
0 Likes
539

Hi Naga,

Please check table RSMPTEXTS.

Also you can go to menu painter (SE41) to find BDC_OKCODE value for corresponding program.

Enter program name, select function list option and click on diplay. The list of function codes are the BDC_OKCODE.

For BDC_CURSOR, you can go to screen painter (SE51).

Enter program and screen number, select element list and click on display. The list of field names with type I/O are the BDC_CURSOR.

Hope this will help.

Regards,

Ferry Lianto