cancel
Showing results for 
Search instead for 
Did you mean: 

me22n printing service tax for line items

Former Member
0 Kudos

Hi all,

Im trying to print the service tax for all the line items in the form layout

for this i wrote a driver program which is working fine and its passing the value of the service tax to the layout form

but, in layout form its not receiving the value from the driver program

<removed by moderator>

help me plz please

sree

Edited by: Thomas Zloch on May 27, 2011 11:52 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There may be many reasons for that.

1. Pls check the length and size of the text that you are passing on layout. Sometime text is not displayed if it is very long and can not be fit on layout.

2. Important thing, check the language of the script in which you are passing the text.

I think you can only check it via debugging. Good luck...

Former Member
0 Kudos

hi lokesh,

thanks for the reply

i checked, its correct only

even though not getting

sree

Former Member
0 Kudos

Hi,

Where are you maintaining these service texts? In ME22N only?

Can you please paste the code that you are using to get this service text from driver prgm?

Thanks...

Former Member
0 Kudos

hi

thanks for the reply

im not getting service tax

sree

Former Member
0 Kudos

thanks all

its solved

sree

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Put a code block before the text element where you are printing.And check if the value is coming or not.