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

POD Relevancy field on BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
1,632

Hi,...

Is there a field in BAPI_SALESORDER_CREATEFROMDAT2 for POD Relevancy (VBKD-PODKZ)? I already check the bapi doc and cannot find it.

if not then is there a good way to update this field (POD Relevancy)?

thanks

========================

Sorry for very late delay of respond. Just to give you info, I solved it by using bdc. After discussion, we believe that it is the more secure way than updating directly to the table. At least in my case it's working. Thanks for your reply I rally appreciate it

Message was edited by: Yusuf Bottie Gaos

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,286

Hi,

Try FM 'VS_BT_VBKD_MODIFY' to modify the table VBKD.

OR

try the FM 'J_1B_SD_SA_VBKD_COPY'.

Hope it helps...

Lokesh

Pls. reward appropriate points

4 REPLIES 4
Read only

Former Member
0 Likes
1,286

hi

it is there in <b>ORDER_BUSINESS_OUT</b> table

fieldname is ORDER_BUSINESS_OUT-POD_PROC

check this and try ..

regards

vijay

reward for helpful answers..

Read only

0 Likes
1,286

Hi Vijay,

thanks for your reply ...

But seems I cannot find the ORDER_BUSINESS_OUT table

and POD_PROC in BAPI_SALESORDER_CREATEFROMDAT2.

Read only

0 Likes
1,286

Hi,

BAPI_SALESORDER_CREATEFROMDAT2 is calling this FM

<b>SD_SALES_DOCUMENT_PREFETCH</b>, this FM is having

ORDER_BUSINESS_OUT .

try to see if it can help...

regards

vijay

Read only

Former Member
0 Likes
1,287

Hi,

Try FM 'VS_BT_VBKD_MODIFY' to modify the table VBKD.

OR

try the FM 'J_1B_SD_SA_VBKD_COPY'.

Hope it helps...

Lokesh

Pls. reward appropriate points