cancel
Showing results for 
Search instead for 
Did you mean: 

display text based on field value

Former Member
0 Kudos

Hi,

Based on the value of withholding tax type, i need to display the description in sap script that is copied from standard and there is a field for withholding tax type in standard program.How do i write logic in text editor with out going for print program? Can you please provide the logic?

Thanks,

Venkatesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venkatsh,

Without changing the standard program if you want to chage write the code.You have to create subroutine pool and in that fetch the description .In FORM use PERFORM statement to get the descripton and print it where ever you want.