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_CUSTOMERRETURN_CREATE Problem ORDER_CCARD

lemoreno
Participant
0 Likes
567

Hi experts!

I'm creating a customer return with reference to the invoice. The SD consultant told me that i have to populate the "Payment Cards"  tab, but i can't find that table in the BAPI.

Does anybody know how i can achieve it?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

lemoreno
Participant
0 Likes
507

Hi!

I had to use two BAPI to achieve this requirement.

1. BAPI_CUSTOMERRETURN_CREATE to create the customer return.

2.  SD_SALESDOCUMENT_CHANGE to modify the customer return. This FM let me to add the "Payment Cards" info.

Regards,

Luis Esteban

1 REPLY 1
Read only

lemoreno
Participant
0 Likes
508

Hi!

I had to use two BAPI to achieve this requirement.

1. BAPI_CUSTOMERRETURN_CREATE to create the customer return.

2.  SD_SALESDOCUMENT_CHANGE to modify the customer return. This FM let me to add the "Payment Cards" info.

Regards,

Luis Esteban