‎2006 Sep 27 3:07 PM
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
‎2006 Sep 27 3:14 PM
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,
‎2006 Sep 27 3:15 PM
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
‎2006 Sep 27 3:18 PM
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
‎2006 Sep 27 3:20 PM
hi Naga,
I don't think there is a table which stores those ..
Regards,
Santosh
‎2006 Sep 27 3:23 PM
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