Posted by [IP Address: 62.159.39.122] 'Gregor Wolf' on September 21, 2001 at 03:47:50 EST:
Hello All,
I'm currently developing an application to create an Order into SAP out of an shopping chart from an external Systeem. First I want to proove the data submited by the other application with BAPI_SALESORDER_SIMULATE to get the customer specific price.
When I add the parameter ~command=fielddump to the form action, I can proove that the following Data is submitted.
order_items_in-req_qty EDIT 1 0 10000
order_items_in-req_qty EDIT 2 0 20000
order_items_in-material EDIT 1 0 5LF21271
Norder_items_in-material EDIT 2 0 5LF21271P
order_partners-partn_numb EDIT 1 0 0001000231
order_partners-partn_role EDIT 1 0 AG
order_header_in-division EDIT 1 0 10
order_header_in-distr_chan EDIT 1 0 10
order_header_in-sales_org EDIT 1 0 1000
order_header_in-doc_type EDIT 1 0 ZTA
When I use this Data in the Single Test Function in the ABAP Workbench, the Salesorder is sucessfuly simulated and I get a Return in the structure ORDER_ITEMS_OUT. But when I run the Function Module with the ITS I get the following Error message:
Flow Execution Failed
Your request could not be processed by the module provider.
The module provide returned following error message:
Packed field contains incorrect BCD format
You may check the trace files for more information.
Have you any hint's regarding this problem?
Best regards
Gregor Wolf