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: 

Engineering Change Request

Former Member
0 Kudos

Hi All

I wanted to create Engineering Change request using BAPI or any other function module.

This is done using SAP transaction CC01

Can you please let me know the same.

Regards

DM

6 REPLIES 6

former_member181962
Active Contributor
0 Kudos

Try the FM : RFC_CREATE_CHANGE_MASTER

REgards,

Ravi

0 Kudos

Thanks Ravi

But i am not creating Change Master.

I am creating ECR

Do you have any suggestions

Regards

Madhan Doraikannan

0 Kudos

Hi Madhan,

I don't know what an ECR is, but this FM does whatever CC01 does.

Regards,

Ravi

Former Member
0 Kudos

Hi,

I dont think there are any FM's available (4.6c). You can try doing recording and then incorporate that into FM.

Former Member
0 Kudos

Hi,

I agree with Ravi,you can use RFC_CREATE_CHANGE_MASTER although inside it is just calling transaction CC01.

Only thing is dont pass any value to import parameter SKIP_FIRST_SCREEN and choose radio button ECR.

Or you can do a BDC recording, incorporate that in a FM, call the transaction in background mode ,collect all the error messages for whichever records ECR could not get created.

former_member181962
Active Contributor
0 Kudos

Use this FM.

BDS_BUSINESSDOCUMENT_CREATEF

Regards,

Ravi