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: 

Table name for the field LTEXT

Former Member
0 Kudos

Dear Expert,

I need to add a column (Comment) in existing report(customized). This report is having information related to vendor. And the column need to be added is a field LTEXT.

The path of this field is...

TCode MK03

Fill the Vendor and Pur. Org. and press enter

Click on EXTRAs in menu bar

now click on TEXTS

a new window will open.

Now i need to add the 1st Line Column Fields for second row.

The problem is that this is a structure's fields.

Let me know that name of tables which contains this field.

Thanks in Advance

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

You can check with fm READ_TEXT passing object = LFA1 , name = vendor no with leading zeros,

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

You can check with fm READ_TEXT passing object = LFA1 , name = vendor no with leading zeros,

0 Kudos

Hi

STXH -STXD SAPscript text file header

STXL-STXD SAPscript text file lines

Former Member
0 Kudos

Hi,

The value is not going to store in a table, Its a standard text, we need to get the text details using READ_TEXT f.m..

For the values we need to pass the fm, we need to find out by :

a) Double click on the new pop up window.

b) In the text editor, click on GOTO->HEADER, U can find the details of text name(vendor no),language, text-id,Text-object(LFA1).

c) passing these values to the function module, u can get text details into internal table.

Regards.

Former Member
0 Kudos

Thanks a lot.....

I got the result.....

This thread is closed.