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 for Credit Note

Former Member
0 Likes
1,069

Hi Experts,

Please suggest me the the BAPI for the creation of credit note with refrence I already tried the 'BAPI_SALESDOCU_CREATEFROMDATA1' Bapi but I got an error the Enter a document number between 0065000000 and 0069999999 algouth the document number was within ythis range.

Please suggest me should I go to some other BAPI.

with Regards,

Prakash

5 REPLIES 5
Read only

Former Member
0 Likes
813

Any Suggestions!

Read only

former_member404244
Active Contributor
0 Likes
813

Hi,

Check the bapi BAPI_SALESORDER_CREATEFROMDAT2.

also please check the OSS notes 93091.

Regards,

Nagaraj

Read only

Former Member
0 Likes
813

HI

Check for the possiblity of passing document number with in range 0065000000 and 0069999999 to BAPI function module

BAPI_SALESDOCU_CREATEFROMDATA1 while creating credit memo.

Regards

Srilaxmi

Read only

Former Member
0 Likes
813

use this FM "SD_SALESDOCUMENT_CREATE"

Read only

Former Member
0 Likes
813

Hello -

First create a CMR using SD_SALESDOCUMENT_CREATE.

Now once you get the CMR number, perform a simple BDC on VF01 to create the CM.

Thanks,

Vijay