Application Development 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: 

BAPI for Credit Note

Former Member
0 Kudos
363

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

Former Member
0 Kudos
107

Any Suggestions!

former_member404244
Active Contributor
0 Kudos
107

Hi,

Check the bapi BAPI_SALESORDER_CREATEFROMDAT2.

also please check the OSS notes 93091.

Regards,

Nagaraj

Former Member
0 Kudos
107

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

Former Member
0 Kudos
107

use this FM "SD_SALESDOCUMENT_CREATE"

Former Member
0 Kudos
107

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