2014 Oct 10 4:25 PM
Hi Experts,
I have requirement in sap script to maintain gap between variables like
PR &ITAB-MATNR&&ITAB-MAKTX&
i am using PR &ITAB-MATNR&&SPACE(10)&&ITAB-MAKTX& like this type of its some time working and some time not working,So any one can suggest me how to maintain gap between variables.
Thanks,
2014 Oct 10 4:52 PM
Have you tried ,, which produces a tab?
Alternatively, I seem to remember using something like
PR &ITAB-MATNR(&SPACE(10)&)&&ITAB-MAKTX&
Neal
Hi Experts,
I have requirement in sap script to maintain gap between variables like
PR &ITAB-MATNR&&ITAB-MAKTX&
i am using PR &ITAB-MATNR&&SPACE(10)&&ITAB-MAKTX& like this type of its some time working and some time not working,So any one can suggest me how to maintain gap between variables.
Thanks,
2014 Oct 10 4:52 PM
Have you tried ,, which produces a tab?
Alternatively, I seem to remember using something like
PR &ITAB-MATNR(&SPACE(10)&)&&ITAB-MAKTX&
Neal
2014 Oct 10 6:48 PM
2014 Oct 13 9:14 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |