Hi,
I have the following fields in my extract structure and i am trying to do a manual map. i dont find any relevant info object to these fields.
UMSKZ (Special G/L indicator)
RMVCT (transaction type)
OCLNT (original client)
TIMESTAMP (UTC time stamp in abbreviated format(YYYYMMDDhhmmss))
CAn someone tell me what the info objects to these fields are
Thankyou,
Leverage SAP table RSTSFIELD to determine the XREF between R/3 fields and BW InfoObjects.
You already have an active moderator alert for this content.
Hey,
Joe can you please explain this more clear.
this is what i did SE11 table RSTSFIELD display
what am i to do in there?
Thankyou
In SE16, put the R/3 variable name in the FIELDNM field and execute. This will bring back the co-related BW InfoObject found in field IOBJNM.
The field IOBJNM is empty.
UMSKZ, RMVCT, OCLNT, and TIMESTAMP are fields of an SPL(R/3) extract structure.
And i need to assign them to a infoobject manually in the in infosource(bw).
i guess in se16 you can see the IOBJNM field filled up only after manually mapping the field with the infoobject.
There needs to be a Transfer Structure in the BW system which have the mappings you are looking for intact.
This is what I have in my system:
- UMSKZ -> 0SP_GL_IND
- RMVCT -> 0MOVE_TYPE
- OCLNT -> none
- TIMESTAMP -> 0CI_KMCRDAT
try this:
goto rsosfieldmap table in se11. give ur ds name in the field for ds and execute. u can find which fields in r/3 are mapped to infoobjects.
Add comment