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 CC01

arindam_samanta
Participant
0 Likes
2,591

  Hi Experts,

I want to create the change number for BOM. I have used the BAPI BAPI_ISMCHANGENUMBER_CREATE .

This BAPI throwing a short dump . The reason for that is, it’s checking data in TJY00 table and since there’s no data in that table, it’s giving that dump.

Is there any other FM to create the change number or we will go for BDC?

Please suggest.

Thanks & Regards,

Arindam Samanta.

3 REPLIES 3
Read only

SimoneMilesi
Active Contributor
1,290

Even if not released for customers, i found useful FM  CCAP_ECN_CREATE (I found it last year for a similar request)

Read only

0 Likes
1,290

Hi Simone,

Thanks for your reply. I am providing mandatory parameter CHANGE_HEADER. I am not passing any other.

It is throwing error - Change number cannot be processing like that.

Could you please provide the parameters for this FM?

Thanks & Regards,

Arindam Samanta.

Read only

0 Likes
1,290

Hi Arindam,

Depending by the kind of bom you are creating, you have to fill also one or more structure between

OBJECT_BOM

OBJECT_BOM_CUS

OBJECT_BOM_DOC

OBJECT_BOM_EQUI

OBJECT_BOM_LOC

OBJECT_BOM_MAT

OBJECT_BOM_PSP

OBJECT_BOM_STD

Even more, which data are you passing in CHANGE_HEADER?