cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

trying to pull memo value set on object linked to object hierarchy in recn transaction

surendra_battula
Participant
0 Likes
1,145

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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

surendra_battula
Participant
0 Likes

thank you very much.

Answers (0)