on 2016 Jun 10 12:13 PM
Good day Experts
I have a contract with a object linked to it. I am trying to use the memo on the object so for that If I type a text or a word 'X' on the bottom as I marked it in the box and save it the memo is checked with tick.
But my requirement is I am trying to read that value to find which objects had the memo field checked. is there any table where I can read from.
I have tried all what I can. please need assistance on this issue.
the field actually sits on this structure REBD_OBJ_ASSIGN_BO_L as 'hasnote' and the structure is a enhancement from sap for additional fields
of VIBDOBJASS table.
Regards
surendra b
Request clarification before answering.
Hi Surendra!
Read the data from tables:
STXH - STXD SAPscript text file header
STXL - STXD SAPscript text file lines
Fill in fields:
TDOBJECT = RE
TDID = BDOA
In field: TDNAME(Text Name) there is a key:contract intreno key (INTRENO) # object number (OBJNR)
Text stored in 'Memo' internal tab can be read via Function Module:READ_TEXT or via statement written in ABAP "import ... from internal table..."
KR,
Andrzej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 16 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.