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

BAPI_SALESDOCU_CREATEFROMDATA'

Former Member
0 Likes
491

Hi,

I am calling BAPI_SALESDOCU_CREATEFROMDATA in my program to create debit memo (order type ZDR1 when using VA01),My requirment is that i have to get data from XVBAK-netwr while running the bapi (I wrote export parameter in user exit),but the value is appearing to be negative (when VBRP-VGTYP NE 'J' for billing document),Do i need to pass any other field which will surpress the negative value

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hi

You need to pass it in the same way as the BAPI parameter - referring to the Data element/structure in that case, to avoid any dumps.

Let me know if any issues.

Regards

- Atul

Read only

Former Member
0 Likes
406

Hi,

Use NO-SIGN as a formating option

Regards

Sudheer