cancel
Showing results for 
Search instead for 
Did you mean: 

Td name in vf03

Former Member
0 Kudos

Hi all,

I am using FM READ_TEXT in my script. In vf03 when billing doc number is entered my script gets triggerd.I want to know how the VBELN and TDNAME( in READ_TEXT) are linked.Is there any table?. i got all others parameters to be used in the FM except TDNAME( TDNAME is not VBELN).

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

first take one document and enter the some text save the document, then check your entry in STXH table , it will soter the document number in TDNAME...

Former Member
0 Kudos

if you are in a form or driver program already, you got variables filled correctly.

for header texts try VBDKR-TDNAME, for item texts try VBDPR-TDNAME

Former Member
0 Kudos

Hi,

there are two types of texts available for every document.

1. Header level text

2. Item level text.

if you want to READ the text at Header level u need to pass the TDNAME as ur document number (VBELN) to READ_TEXT..

if u want to READ the text at Item level u need to CONCATENATE both the document number (VBELN) & Item number of the document (POSNR) to some variable and pass this variable to TDNAME in READ_TEXT fm.

If u want to see the existing text of the document, check in table STXH..

Hope its clear!!

Rgds,

Pavan