‎2006 Apr 19 9:39 AM
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
‎2006 Apr 19 9:46 AM
‎2006 Apr 19 10:10 AM
Thanks Ravi
But i am not creating Change Master.
I am creating ECR
Do you have any suggestions
Regards
Madhan Doraikannan
‎2006 Apr 19 10:12 AM
Hi Madhan,
I don't know what an ECR is, but this FM does whatever CC01 does.
Regards,
Ravi
‎2006 Apr 19 9:52 AM
Hi,
I dont think there are any FM's available (4.6c). You can try doing recording and then incorporate that into FM.
‎2006 Apr 19 10:41 AM
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.
‎2006 Apr 19 2:14 PM