2010 May 17 7:46 AM
Hi,
I want to assign 'X' to all the fields of the structure CMDS_EI_VMD_CENTRAL_DATA_XFLAG, without individually assigning to each and every field . Is there a statement which addresses my requirement ?
2010 May 17 9:04 AM
Hi!!
Check the Sample Code below:
Hope this would solve the problem.
DATA g_vx TYPE CMDS_EI_VMD_CENTRAL_DATA_XFLAG.
g_vx = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
g_vx+42(42) = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
Hi!!
Check the Sample Code below:
Hope this would solve the problem.
DATA g_vx TYPE CMDS_EI_VMD_CENTRAL_DATA_XFLAG.
g_vx = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
g_vx+42(42) = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
2010 May 17 9:04 AM
Hi!!
Check the Sample Code below:
Hope this would solve the problem.
DATA g_vx TYPE CMDS_EI_VMD_CENTRAL_DATA_XFLAG.
g_vx = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
g_vx+42(42) = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'.
2010 May 17 10:48 AM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |