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: 

ZTERM - Getting the Description (TEXT1) and the days for payment (ZTAG1)

Former Member
0 Kudos

In my current report, I need to get the TEXT1 for the ZTERM in T052U.

If I cann't get TEXT1 from T052U, I use FI_TEXT_ZTERM to get it from IMG.

However, sometimes the TEXT1 from IMG comes out as "Payable immediately due net".

Do I need to get the figure for due net, say due net 14 or 30, from table T052, with

ZTAG1 containing the "Days from baseline Date for payment"?

Is there a better method for getting the TEXT1 (description) for the ZTERM, when it

is not available in T052U, since from IMG, I keep getting very similar values for almost

all ZTERMS?

Thanks,

John

2 REPLIES 2

Former Member
0 Kudos

Hi

Try to check the code of fm FI_F4_ZTERM (but I think it's similar to FI_TEXT_ZTERM), I believe if the text doesn't exist, the system uses a default text picked up from the text elements of the function group

Max

0 Kudos

That seems to be true.

After checking, The function Group FHL2 (program SAPLFHL2) contains the text symbols 004 & 005, which form "Payable immediately due net".

As such, what I'll do is analyze the ending due net, and if such occurs, i'll add the

ZTAG1 info to the end.

Thank you for the help.