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

BDC/BAPI for Uploading Release Group/ Strategy through TCODE - CL20N

Former Member
0 Likes
674

Hi All,

I need to upload data through CL20N for release group and release strategy. But BDC recording through SHDB is acting weird and also i am getting SAVE button inactive while recording.

Can any one advice on this issue or any other way or BAPI to fulfill the requirement.

Thanks

Hi All,

I need to upload data through CL20N for release group and release strategy. But BDC recording through SHDB is acting weird and also i am getting SAVE button inactive while recording.

Can any one advice on this issue or any other way or BAPI to fulfill the requirement.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
518

Hi,

I believe those fields are also part of the Material Master as well, try writing a BDC for MAterial master MM02 transaction.

Thanks,

Mahesh.

Read only

dhirendra_pandit
Active Participant
0 Likes
518

Hi Friend,

There is one BAPI available for the transaction CL20N. This BAPI_OBJCL_CREATE is nothing but just a object assignment to class in your case the object is material there may be some other combination can be possible. And make sure statement BapiService.TransactionCommit must be called after BAPI call.

For better understand just go through the BAPI documentation.

Regards

Dhrendra