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 = DEFS in batch input

Former Member
0 Likes
400

Hi everyone.

There is a program that creates a batch input and updates the infotype 337 with the bdc_okcode "DEFS". I have never seen this code before and if fact that value does not appear among the possible values for domain ACTIO. The infotype is updated changing some values for infotype 337 depending on the values in infotype 8 but it only affects some fields, not all of them. I would like to know why and where I can see if that is customized somewhere in the system to check what this bdc_okcode means exactly because is not clear like the other values like "INS"(insert), "MOD"(modify), etc.

Thank you.

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi again.

Well, apparently nobody knows.

I finally find out. The code DEFS corresponds to the function called the same way. It is possible to check this in the transaction SE80 if you go to the Status GUI of the infotype, it is one of the buttons of the infotype visible when enter to copy or modify. When this button is pushed some values are modified depending on the values of infotype 8 and that is exactly what the bacth input does.

Regards.