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

final entry in BDC

Former Member
0 Likes
702

Hi,

What is the final entry in BDC Table ?

which sysgtem variable have current value during execution ?

Thank you

ASHOK

Hi,

What is the final entry in BDC Table ?

which sysgtem variable have current value during execution ?

Thank you

ASHOK

3 REPLIES 3
Read only

Former Member
0 Likes
668

Hi,

The final entry would mostly depend on the recording you are performing, what I would suspect on a very very general level is the last entry would be for processing the OKCODE (sy-ucomm) with an operation like SAVE (for example).

Since some transactions differ from others;therefore, the best way to write a bdc is go to transaction SHDB and make a recording. From there you can look at the list of commands needed for this BDC. You can also build a prototype program and modify it.

reward if it helps..

regards,

Omkar.

Read only

Former Member
0 Likes
668

Hi,

The Final entry will be the SAVE ok code, If you look at the Recording done by SHDB, you come to know the final entry

Regards

Sudheer

Read only

Former Member
0 Likes
668

base on recording screen.

mm01

perform bdc_okcode.

yes.

sasles

sich