cancel
Showing results for 
Search instead for 
Did you mean: 

Custom table for DRAW

Former Member
0 Kudos

Hi,

I need to create a custom table for document. For each document, there may be some people comment it, so one DRAW record may have several comment record in ZXXX table.

I try to use user exit CV110001 to implement this, but when I try to save my custom data in my ZXXX table, I can't get the document type, document number and other primary key fields for the docment I am edting...

What shall I do to implement this?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Lupin,

maybe the BADI DOCUMENT_MAIN01 with method BEFORE_READ_DATA or AFTER_READ_DATA could be useful for you. Please check also the BADI DOCUMENT_MAIN02 definition in transaction SE18.

Best regards,

Christoph