2016 Nov 01 8:13 PM
hey dear
there some non-character-type data in BAPE_VBAP, so we can't transfer data by extension in bapi: sd_salesdocument_create directly; according to sap notes 509898 suggestion, we should make some conversion, in this case, we wanna to know, where/which badis/user-exits we can processing-extensionin data.
thx in advanced
2016 Nov 02 7:08 PM
Hi
You should have enhanced the following structures
Here you should have your fields in character type
The BAPI move the fields values from extension structure to BAPE_VBAP and BAPE_VBAPX
Probably you need to enhance the structures:
Those structures have to be enhanced only if your fields are not managed by BAPI and here you need to create the fields with their real format, so not-character-type
The BAPI should fill them automatically by statament MOVE-CORRESPONDING, else you can use the exit:
Max
2017 Jan 04 1:46 AM
hey dear
thx for your recommendation, we use memory id to adress this, and it worked, thx again.