2007 May 28 2:33 PM
Hi,
I want to convert the land1 values 'us' to 'US'.
These values in a internal table so please tell me how to do it.
Which function module i can use for this.
I already search for conver routine but there is no conversio routine for the field land1 in tzone table. so please give me some idea....
Advance thanks,
Kumar A.
Hi,
I want to convert the land1 values 'us' to 'US'.
These values in a internal table so please tell me how to do it.
Which function module i can use for this.
I already search for conver routine but there is no conversio routine for the field land1 in tzone table. so please give me some idea....
Advance thanks,
Kumar A.
2007 May 28 2:37 PM
loop at itab into wa_itab.
translate wa_itab-land1 to upper case.
modify itab from wa_itab.
endloop.Message was edited by:
Chandrasekhar Jagarlamudi
2007 May 28 2:38 PM
hi Anil,
Use Translate statement ..
data : v_land1(50) type c value 'us'
translate v_land1 to upper case.
write : v_land1.Regards,
Santosh
Message was edited by:
Santosh Kumar Patha
2007 May 28 2:39 PM
2007 May 28 2:42 PM
Hi Anil,
Pass the land1 value in the FM 'AIPC_CONVERT_TO_UPPERCASE', as an input parameter(I_INPUT), we will be getting the uppercase value in the output parameter (E_OUTPUT).
reward points if useful
regards
ramireddy
2007 May 28 2:53 PM
You can change the customer master using standard SAP program RFBIDE00.
Rob
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |