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: 

need to know how to format the line as it is not printing value

Former Member
0 Kudos

S1 Shipment Number:,,&gc_first_shipment&,,,,,,Delivery Number:,,&it_lips- vbeln&

hi pls see above lin

i am suing it in form but since the space in line is less so i have used continued text to next line in FORM

but the value is not printing but it it rprinting just it_lips-vbeln instead of value

pls let me know how code if the code in form is exceeding to next line and not coming in a ssingle line as inthis cse vbeln is not coming to the line so i have to steeped to next line

but no value coming

1 ACCEPTED SOLUTION

jayanthi_jayaraman
Active Contributor
0 Kudos

Did you tried using extended line(=)?

8 REPLIES 8

Former Member
0 Kudos

it rprinting just it_lips-vbeln instead of value---> this mean, SAP unable to identify this Fields as a Text Element , so pplease check ur complete command code.

<b>yeah u have to use<b> =</b></b>

use first one.

<b>S1 Shipment Number:,,&gc_first_shipment&,,,,,,Delivery Number:,,

= &it_lips-vbeln&</b>

Regards

Prabhu

0 Kudos

hi prabhu

thats what i am asking what command shold i use to extend my code to another line

should i use = extended line or any other symbol to extend to another line

jayanthi_jayaraman
Active Contributor
0 Kudos

Did you tried using extended line(=)?

0 Kudos

doing jsut that only cofused as the last variable is not coming in the line fully so want to know which will work fine if ishift th ewhole variable to next line or just the leters beln& which are not coming to second line ie extended line

S1 Shipment Number:,,&gc_first_shipment&,,,,,,Delivery Number:,,

= &it_lips-vbeln&

or

S1 Shipment Number:,,&gc_first_shipment&,,,,,,Delivery Number:,, &it_lips-v

= beln&

0 Kudos

what i mean to say is tha afte delivey no there is some space left in the line will it create problem? as explained above

0 Kudos

yeah , that y u are getting complete field as a output, in that case SAP will not able to understand this one as a Text element field.

Regards

Prabhu

0 Kudos

no no whati meant is

there is space after delivery no. and i am using extended line

but can i use &itlips-vb

=eln& ie half field to next line as ther is space for &itlips-vb in first line

of full variable i have to shif down even though there is space in first line

like as below

= &itlips-vbeln& (second line) and fiirst line has space after delivery no,, space

Former Member
0 Kudos

problem resolved