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

Engineering Change Request

Former Member
0 Likes
1,222

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
Read only

Former Member
0 Likes
983

Try the FM : RFC_CREATE_CHANGE_MASTER

REgards,

Ravi

Read only

0 Likes
983

Thanks Ravi

But i am not creating Change Master.

I am creating ECR

Do you have any suggestions

Regards

Madhan Doraikannan

Read only

0 Likes
983

Hi Madhan,

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

Regards,

Ravi

Read only

Former Member
0 Likes
983

Hi,

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

Read only

Former Member
0 Likes
983

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.

Read only

Former Member
0 Likes
983

Use this FM.

BDS_BUSINESSDOCUMENT_CREATEF

Regards,

Ravi