cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transfer of Custom Fields from ECC PR to SRM SC in ECC EHP6

Former Member
0 Likes
637

Dear all,

working in SRM 7.02, ECC 6. using PI the data is transferred to SRM from ECC.

1.I have some custom fields in SRM SC, while transferring the PR from ECC this custom fields should be filled from some standard field in ECC and custom field in ECC.

So i have gone through some documents,

check the badi - /sapsrm/bd_soa_mapping method MAP_BACKEND_TO_XI. But when i check the Badi and try to implement the same.

in the service - PurchaseRequestERPSourcingRequest_In Strucutre of SC -/SAPSRM/PUR_REQ_ERPSRC_REQ inside we have another strucutre - /SAPSRM/PUR_REQ_ERPSRCG_REQ_P1.

These stutcure doesn't have my custom field. How can i write coding to map the standard field coming from xml is mapped to custom field in SC .

Kinldy guide me on this.

thank you..


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Dear all,

Any update..it is urgent..

Thank you..

Former Member
0 Likes

Hi,

Kindly provide some suggestion for the above .

Thanks..

konstantin_anikeev
Active Contributor
0 Likes

Hi,

it's more simple to get the missing data per RFC.

You'll be independent from the backend.

Regards

Konstantin

Former Member
0 Likes

Dear Konstantain,

Yes..i understand thr' RFC we can bring the data...

Where i need to call that RFC function module..and map the data...

that is what it get stucked..

Regards,

Tamil...


konstantin_anikeev
Active Contributor
0 Likes

HI tamil,

it depends on your requirement.

/sapsrm/bd_soa_mapping or bbp_doc_change BADI.


Regards

Konstantin

Former Member
0 Likes

Dear Konstantin,

Thanks for information..Some sample code for this Badi (SOA MAPPING)to call the strcutre..

konstantin_anikeev
Active Contributor
0 Likes

something like that

Former Member
0 Likes

Thanks Konstantin..

Answers (0)