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

Problem with SD_SALESDOCUMENT_CREATE

Former Member
0 Likes
535

Hi,

I am creating Credit Memo using SD_SALESDOCUMENT_CREATE.

It was creating Credit Memo successfully, But the problem is in condition it was giving duplicates.

for eg it should show like this...

Condtype Cond value

ZDI1 100.00

ZDI2 200.00

but it was creating like this

ZDI1 0.00

ZDI1 100.00

ZDI2 0.00

ZDI2 200.00

How to solve this? Please help me

Regards,

Omkaram.

2 REPLIES 2
Read only

arjun_thakur
Active Contributor
0 Likes
366

hi,

I hope that you find the solution using the following thread:

i hope it works

arjun

Read only

0 Likes
366

Problem is solved by using LOGIC_SWITCH-COND_HANDL = 'X'.