cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of SC Longtexts to PO

Former Member
0 Kudos

Hello I work in SAP SRM 7.0, classic scenario and Im trying to customize transfer of texts from SC to PO created in backend system. I want to transfer SC supplier text (ITXT) to PO Item text and SC Puchasing text (NOTE) to Material PO Text. I have done the respective customizing as follows, but it doesnt work:

DxxMAND250 BUS2012 F01 Header and Item SCITXT Header and Item

DxxMAND250 BUS2012 F03 Header and Item SCNOTE Header and Item

Any advice? Should we make some customizing also on backend? Or what can be the reason why it doesnt work? It transfers the texts still the standard way.

Former Member
0 Kudos

You've chosen the wrong tag for your question - this "Using SAP.com" tag is specifically for questions about using this site itself. Please read this page - http://www.sap.com/community/about/using-tags.html - to understand more about choosing the right tag. I would expect a tag related to SRM would be the most appropriate?

Steve (moderator).

Accepted Solutions (0)

Answers (1)

Answers (1)

vinita_kasliwal
Active Contributor
0 Kudos

Hi Daniela

I actually tried something similar before but it never worked for me as well using config . Also rem to do the config 2 ways for both SRM and ECC also did you follow the below link There is a badi which you can use to debug the process and if you are using the classic scenario then you can update the BAPI_PO_CREATE1 to modify the mapping and be able to achieve the correct mapping

https://wiki.scn.sap.com/wiki/display/SRM/Text+transfer+from+SRM+to+ECC+MM

Also the below class has the method CREATE_DOCUMENT where the BAPI_PO_CREATE Fm is called where you may be able to do the mapping. It has the table IT_POTEXTITEM which could be used

CL_BBP_BS_ADAPTER_PO_CRT_ERP10

CL_BBP_BS_ADAPTER_PO_CRT_470_1

Let me know if you require more details some similar posts I found as below

https://archive.sap.com/discussions/thread/3472176


Regards

Vinita