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

Former Member
0 Likes
511

What are the available OK Codes that can be

used during batch input processing?

4 REPLIES 4
Read only

Former Member
0 Likes
483

/n --> ­ terminates current batch input transaction and marks as incorrect.

/bdel ­ --> delete current batch input transaction from session.

/bend ­--> terminate batch input processing and mark session as incorrect.

/bda ­ --> change display mode to process the session on screen instead of displaying only errors

/bde ­ --> change display mode to display only errors instead of processing the session on the screen.

Hope it helps.

Read only

Former Member
0 Likes
483

Hi richa,

Try to run the recording by using transaction code SHDB and transfer it to program, there Okcodes are generated automatically.

Few Ok Codes are' /00'

'/EEND'

'/EBCK'

'/FAST''

Hope this helps you.

Regards,

Rajani

Read only

Former Member
0 Likes
483

Hi,

Do recording for any transaction and once it is done , you will get the recordings, see the ok_codes.

Read only

Former Member
0 Likes
483

Hi,

If you know the main program of the transaction on which you are performing the BDC recording , go to transaction SE41.

Enter the program name and select function list option to find out all OK (function) codes are used and available.

P.S: Use meaningful subject lines in future

Regards,

Vik