‎2008 Oct 20 7:58 PM
Does anyone know how to return the Material Document # to a program after executing function BAPI_PRODORDCONF_CREATE_TT ?
Best Regards
‎2008 Oct 20 8:02 PM
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
‎2008 Oct 20 8:04 PM
CONF_NO field in RETURN structure. Is this what you are asking?
SKJ
‎2008 Oct 20 8:08 PM
I was refering to the material document for a goods movement (MBLNR found in MKPF/MSEG)
‎2008 Oct 30 1:15 PM
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?