2015 Dec 16 7:58 AM
Hi experts,
Instead of BDC, is there any function module to update batch master field MCHA-FVDT2?
Mod edit: "I'll be grateful for any assistance, but there is no requirement to hurry."
Thanks,
sarithashree
Message was edited by: Matthew Billingham - don't ask for things quickly, it's kind of rude
2015 Dec 16 8:05 AM
2015 Dec 16 8:05 AM
2015 Dec 16 8:14 AM
2015 Dec 16 8:22 AM
2015 Dec 17 6:52 AM
I don't know what's the values I need to pass in Bapi_batch_change?
in bdc
DATA : V_DATE TYPE C.
perform bdc_field using 'MCHA-FVDT2' V_DATE
HOW CAN I USE FM BAPI_BATCH_CHANGE TO UPADATE MCHA-FVDT2?
2015 Dec 17 7:14 AM
To map database field to BAPI parameters : SE11 look for data-element MCHA-FVDT2 is FVDAT, now SE37, BATCHATTRIBUTES / BAPIBATCHATT-FREE_DATE2 (and 1, 3, etc) shares same data element, also set BATCHATTRIBUTESX / BAPIBATCHATTX-FREE_DATE2 to 'X'.
Hint: SAP also use some MAP2I*/MAP2E* (When none exists, you can generate your own with transaction BDBS) to map those data (here look at MAP2E_MCHA_TO_BAPIBATCHATT)
Regards,
Raymond
2015 Dec 17 8:25 AM
thanks for ur input....please can u give the example for same.....how to pass the parameter whether import or export parameters these are?
2015 Dec 17 10:53 AM
2015 Dec 30 4:22 AM
2015 Dec 30 4:23 AM
2016 Jan 05 12:42 PM