cancel
Showing results for 
Search instead for 
Did you mean: 

Script alignment

Former Member
0 Kudos

Hi experts,

New to script,

my script contains material,material description etc flds, the alignment getting distrubed when a material text with 'RIBBON GOLD.02x.100'. because it contains '.' in between.

how to handle it?

please help me

can you provide me code in script, where split &itab-maktx& at'.' into x y.

is it the same way in ABAP code?

can we use '/: ? for this code?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi,

I think you should use a perform in the script to split the maktx. Refer this link :

http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm

Regards,

Ravi