2008 Jun 06 7:22 AM
Hi all,
I have print one field in the report.
The field actually concatenation on string and Date
EX: Selected on 30.05.2007
I have declared this field has char (30).
This Date will be taking how ever the stored in the Data Base.
Can anybody give me suggestions?
Date should be How ever user has setting in his profile.
Thank you.
2008 Jun 06 7:25 AM
Hi,
data: V_CHAR type char10.
WRITE SY_DATUM TO V_CHAR.
The variable v_char will have the date as per user setting.
2008 Jun 06 7:25 AM
Hi,
data: V_CHAR type char10.
WRITE SY_DATUM TO V_CHAR.
The variable v_char will have the date as per user setting.
2008 Jun 06 7:33 AM
2008 Jun 06 7:31 AM
before concatenation on string and Date
convert the date formate in to system formate then u concatenate.....
check for some function M.....
Regards
Anbu
2008 Jun 06 7:32 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |