2007 Nov 20 11:30 PM
Hi Gurus,
Can Somebody give me the meaning of the following ABAP code:
CALL FUNCTION 'RSAU_READ_MASTER_DATA'
EXPORTING
I_IOBJNM = i_iobjnm
I_CHAVL = l_chavl
I_DATE = i_date
I_ATTRNM = i_attrnm
IMPORTING
E_ATTRVAL = e_attrval
2007 Nov 20 11:37 PM
Hi,
This FM is reading the attribute value of i_attrnm on the charateristic i_iobjnm.
Parameter i_chavl is seperated by space, first the value of your compounding characteristic, and then the value of your infoobject
Regards,
Satish
Hi Gurus,
Can Somebody give me the meaning of the following ABAP code:
CALL FUNCTION 'RSAU_READ_MASTER_DATA'
EXPORTING
I_IOBJNM = i_iobjnm
I_CHAVL = l_chavl
I_DATE = i_date
I_ATTRNM = i_attrnm
IMPORTING
E_ATTRVAL = e_attrval
2007 Nov 20 11:31 PM
Calling This FM and retriving data in the E_ATTRVAL.
Regards,
Naimesh Patel
2007 Nov 20 11:32 PM
Hi Stalin,
It is the call to the FM 'RSAU_READ_MASTER_DATA'. You can see the FM in transaction SE37.
Regards,
Atish
2007 Nov 20 11:37 PM
Hi,
This FM is reading the attribute value of i_attrnm on the charateristic i_iobjnm.
Parameter i_chavl is seperated by space, first the value of your compounding characteristic, and then the value of your infoobject
Regards,
Satish
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |