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

problem with right justified

Former Member
0 Likes
534

hi all , i am using table VBAP for calculation of net price with the field netpr

and i am using this one

write wa_vbap-netpr to gt_rep-netpr right-justified currency gt_rep-waerk.

gt_rep-netpr for caluclation purpose i have decalred as type char15

where GT_REP is final structure

this right justified is not working

anyone there to help me please

Edited by: sridhar loganathan on Dec 11, 2008 2:55 AM

3 REPLIES 3
Read only

Former Member
0 Likes
509

Hi

You can try like this:

write wa_vbap-netpr to gt_rep-netpr currency gt_rep-waerk.

SHIFT gt_rep-netpr right.

Thanks

Praveen

Read only

0 Likes
509

SHIFT gt_rep-netpr right., it is not working

thank you for reply , any other solution is there

Read only

Former Member
0 Likes
509

did with ALV