cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in gettig log text from SRM Items to PO Items

Former Member
0 Kudos

Hi all,

We have a problem in SRM we have extended classic scenario at the time of PO creation in SRM the same is created in R3 also but our requirement is the Long text of Item form SRM PO should also copy to R/3 PO line item long text which is not happing right now.

Can anyone tell me how we can do the same?

Thanks in Advance

Sachin Gautam

PS: Point will be given.

Accepted Solutions (1)

Accepted Solutions (1)

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sachin,

SRM needs mapping rules to map SRM text into ECC text. Just use the badi BBP_LONGTEXT_BADI to add a mapping rule.

You can see more details in function BBP_DPO_TO_BAPI_MAP that executes the mapping (check routine text_copy_rules_be_get ).

Rgds,

Pierre

Answers (2)

Answers (2)

laurent_touillaud
Contributor
0 Kudos

Hi Sachin,

See the answer of Yann in the next thread for detailed code :

Best regards,

Laurent

Former Member
0 Kudos

Hi

We have done this several times... Please Look for BBP_ECS_PO_OUT_BADI / BBP_CREATE_PO_BACK ..

solution and sample code given in pointers below..

For more details, Please go through the pointers below ->

Hope this will help.

Regards

- Atul