cancel
Showing results for 
Search instead for 
Did you mean: 

pulling out internal note in SRM from PO header to dispaly in Smartform

Former Member
0 Kudos

hi

my requirement is to pull out the internal note and vendor item text from the PO header from the SRM to populate in the Smartform. Can anyone suggest how to pull it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

For INTERNAL note or VENDOR note get the TDOBJECT ,TDID ,TDNAME and pass it on to the FM READ_TEXT.

to get the TDOBJECT ,TDID ,TDNAME -


double click on the text area. it will take you to Text EDITOR. then GOTO ---> HEADER in the menu. there you can find the TDOBJECT, TDID ,TDNAME.

Use these data to pass it on to the READ _TEXT.

this method you can use in within the driver program.

Or in the SMARTFORM ---create A TEXT INCLUDE node and pass the above TDOBJECT ,TDID ,TDNAME .

Vikki.

Former Member
0 Kudos

hi vikki

i need the id,object,name for the vendor item txt and also the internal note ...i tried but couldnt figure it out.can just provide it which will be a great help for me....

Thanks in advance.

Gurudeep

Former Member
0 Kudos

once you enter the tcode and enter the PO text manually and save the PO.

after saving you can go to SE11 and enter the table name STXH give the username and date and check datails you can find id,object,name all details of you text.