cancel
Showing results for 
Search instead for 
Did you mean: 

PLD copies remarks from Item header when I select to add order line remarks

0 Kudos

I have a PLD that has a segment in repeating area that shows the order line text, what appears to be happening is that also if the item has text against it then that is printed too even though I have not selected that to display. Any Ideas. Files are RDR1 which is what I want, but looks like RDR10(not referenced from my PLD) has copies from the item header, not sure how they are linked!

Accepted Solutions (1)

Accepted Solutions (1)

former_member541807
Active Contributor
0 Kudos

hi,

Welcome to the Forum.

yes, this happens when you have added the Row Text from your RDR1. everything it the Item Master Data Remarks tab will be added directly in the Delivery Document every time you add this in the system. try to run this query to see that the remarks from item master data is directly added to RDR1

SELECT * FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocNum]  = '[%0]'

take look on the query result in RDR1.text, the item master data details will be here.

check This SAP Note [921969|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3030303039323139363926] on Displaying Itemdetails separately

regards,

Fidel

Answers (1)

Answers (1)

sonja_altschuh2
Participant
0 Kudos

Hi Chris,

please refer to the SAP Note [921963 - Displaying Text of LineType Text separately|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D39323139363326]. I wrote this note many years ago when I was working for SAP, so the steps might have to be slightly modified (I have not retested for the current SBO version) but the principle should still be the same.

Hope this helps,

Sonja