Application Development 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: 

Need to find Delivery(VL02N) Header text changes in Live streaming

Former Member
0 Kudos

Hi All,

Please help to get the Delivery Header Text changes in from VL02N.

Scenario: Currently we are creating Delivery Header Text in VL01N, now i'm capturing this data using a function module READ_TEXT, by providing fallowing details,

Text name,

Language,

Text ID,

Text Object. and Result is available in LT_LINES.

Problem: Now if we go and change this using VL02N , and again need to capture it, same function module READ_TEXT i'm using, but it's resulting the old data itself, but i need to capture the New changes for that Header text.

Please help to find the solution.

Thanks in Advance.

5 REPLIES 5

Former Member
0 Kudos

Hi, READ_TEXT would give you the saved text if you provide the text name, however, if the text name is blank (just pass space) then it should give you the text of buffer.

Kindly try READ_TEXT with NAME = ''

0 Kudos

Hi Mohit,

Thanks for your reply, i will try it and let you know if it works.

0 Kudos

Hi,

READ_TEXT is now working for space, if we provide space, its returning sy-subrc <> 0.

Please provide any other alternative way for capturing changes of Header Texts.

Thanks,

Naresh

0 Kudos

Hi,

Which Exit are you using to read the Text?

Check the Include MV50AFZ1 which has user exit for Delivery(VL01N,VL02N).

Hope this helps.

0 Kudos

Hi,

I have used the FM in the same fashion as I have mentioned, however, the point where the code is to be written must be called within the transaction (e.g. Exits / routines). I assume that you are coding in any of the routines/exits which triggers during Delivery change process.

Thanks