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: 

Reading the G/L Account text in company code

Former Member
0 Kudos

Hi ,

In T-Code FSS0, under the Information tab, there are three text fields under "GL account texts in company code" namely account assingment,accountingnote and additional info. I know that I have to use FM - "READ_TEXT" but with the following parameters I don't receive anything.

Object name (TDNAME) = G/L code + company code

Language TDSPRAS = EN

Id text (TDID) = 0001

Type Object (TDOBJECT) = SKB1

What I am doing wrong ???

Thanks.

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Looks OK, are you filling G/L account and company code in combined length 14 (e.g. "01234567890123") ?

If you open an existing text with the editor and choose "go to -> header", you can see exactly how the fields need to be filled for the READ_TEXT call.

Thomas

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos

Looks OK, are you filling G/L account and company code in combined length 14 (e.g. "01234567890123") ?

If you open an existing text with the editor and choose "go to -> header", you can see exactly how the fields need to be filled for the READ_TEXT call.

Thomas

0 Kudos

No it's working. Thanks