cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in displaying script output

Former Member
0 Kudos

Hi Guys,

Please suggest me how to fix the below mentioned issue?

Issue is :

I am able to see program symbol values in script debug mode

example : &ekpo-ebelp& 00001

&Z_text& material text

in the output of the script its displaying only Z_text value but &ekpo-ebelp& is missing.. this is happening only for some documents.. I also checked the window length and condtions etc...

Regards,

Srinivasa M

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

In the driver program check wheather in the TABLE command you have mentioned ekpo or not.

like:

&----


*& Report ZPRACSCRIPT

*&

&----


*&

*&

&----


REPORT ZPRACSCRIPT.

TABLES: ekpo.

It might help you.

Regards

Rajesh Kumar

Edited by: Rajesh Kumar on May 14, 2009 7:30 AM

Edited by: Rajesh Kumar on May 14, 2009 7:31 AM

Former Member
0 Kudos

Hi Srinivas M,

Srinivas M  Wrote :
but &ekpo-ebelp& is missing.. this is happening only for some documents..

Check for that PO what is this field &ekpo-ebelp& value and In script they might have calling different element for Some PO type. Check for that &ekpo-ebelp& might have been like & ekpo-ebelp& changed like this.

Regards,

Suneel G

Former Member
0 Kudos

HI,

1) Check whether you used the / (Slash) in the left side of that field

2) Check whether the Field is empty or note

3) Do not use the 00001 at right side

Try these one by one

Thanks

Sudheer

Former Member
0 Kudos

Hi

Check if the field ekpo-ebelp is not empty as soon as it's printed or if something (perhaps an empty string) is overwritten to it.

Max