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

Material Doc Capture

Former Member
0 Likes
686

Does anyone know how to return the Material Document # to a program after executing function BAPI_PRODORDCONF_CREATE_TT ?

Best Regards

4 REPLIES 4
Read only

Former Member
0 Likes
628

Is it not in the RETURN structure?

Actually, it appears to be in the DETAIL_RETURN structure (fields CONF_NO and CONF_CNT)

Rob

Edited by: Rob Burbank on Oct 20, 2008 3:04 PM

Read only

Former Member
0 Likes
628

CONF_NO field in RETURN structure. Is this what you are asking?

SKJ

Read only

0 Likes
628

I was refering to the material document for a goods movement (MBLNR found in MKPF/MSEG)

Read only

Former Member
0 Likes
628

you can collect the confno and conf counter from detailed return and send it to BAPI_PRODORDCONF_GETDETAIL .. which will give u the doc number and batch number and other details ...

BTW I am suing the prodconf create and unable to post goods movement ... if i do not supply INDEX_GOODSMOV ... it does the standard logic for backflush ... which i do not want ... i want to generate goods movement based on the actual can u help me with this?