Application Development and Automation 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: 
Read only

abap keyword

Former Member
0 Likes
615

hi all

what is the abap keyword that allows for vertical alignment of fields one below another

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

Hi,

If u are asking about classical report programming then u can use keyword 'UNDER'

hi all

what is the abap keyword that allows for vertical alignment of fields one below another

4 REPLIES 4
Read only

Former Member
0 Likes
595

Hi,

If u are asking about classical report programming then u can use keyword 'UNDER'

Read only

Former Member
0 Likes
594

Rohit,

U have to use UNDER key word for that

Ex:

WRITE: / SBOOK-BOOKID UNDER 'Book-ID',

SBOOK-SMOKER UNDER 'Smoker',

SBOOK-CLASS UNDER 'Class'.

Read only

Former Member
0 Likes
594

hi rohit,

u can use the 'UNDER ' keyword for that.

for example.

if u hav 'MATERIALID' as the column name u can use,

WRITE : matnr under 'MATERIALID'

Read only

Former Member
0 Likes
594

Hi,

Use UNDER keyword.