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: 

RE: Long text wrt Business Entity

Former Member
0 Kudos

Dear all,

I am working in Rent Invoice Smartform. I want to select long text corresponding to Business Entity Number in my smartform.

Now I have 2 questions in my mind.One is from ABAP part and other is from Functional (Real Estate) part.

Functional (Real Estate):

In which tcode of Real Estate these long text are maintained?

ABAP:

I know that by using READ_TEXT FM i can extratc the long text. But can anyone give me the parameters for that. I have searched in STXH, TTXID and TTXOB tables but not successful.

Please suugest me on the same.

Its very urgent. Points assured.

Vinod.

6 REPLIES 6

Former Member
0 Kudos

Hi,

I can give u only tech suggestion.

First u ask ur functional guy in which tcode it is maintained & where.

If u get that area where to write. Then double click on that area. Then from menu bar GOTO==> Header.

U will find there 4 informations i.e Object, ID, Object name, Language.

Pass those nomenclature in FM READ_TEXT

in exporting parameter id = object-id, name = object-name, langu = 'EN' or ur reqd language, object = object.

Tables = t_line

Reward pts if it is helpfull

Regards

Srimanta

0 Kudos

Hi Srimanta,

Thanks for the information..

Even Functional consultant doent know tha where to maintain the long text.

Now u told about the Header text. I have tried to check out for the PO header text text in ME21N but there no option of Header in GOTO..

Could you please elaborate this with some example...

Vinod.

0 Kudos

just dbl click on the text . Then you can find the goto-->header option.

regards

shiba dutta

0 Kudos

Thanks Shiba,

I have got the answer of my ABAP part of qstn..

can i suggest me something on the Functionla part of it.

Or can you give me any general idea of these header texts so that i can search myself?

Vinod.

0 Kudos

go through this link SAPscript in detail

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db764494511d182b70000e829fbfe/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db764494511d182b70000e829fbfe/frameset.htm</a>

regards

shiba dutta

0 Kudos

Thanks to both of u..