Skip to Content
0
Apr 18 at 09:50 AM

S4 IMPL_BUPA_OBJ_CHECK for Links in BADI: DOCUMENT_OBJ

67 Views

Hello !


did anybody know why they have implemented the coding to not suport Table KNVV anymore?

METHOD if_ex_document_obj~object_check.
CHECK flt_val = 'KNA1' OR flt_val = 'KNB1' OR flt_val = 'KNVV' OR flt_val = 'LFA1' OR flt_val = 'LFB1' OR flt_val = 'LFM1' or flt_val = 'BUT000'
OR flt_val = 'KNB1_CUST' or flt_val = 'KNVK' .
run_no_action = 'X' .
ENDMETHOD.

We have implemented this table for Documents - and in S4 it's get kickt out.

See below.

We have a problem with the new Standard Implementing BADI DOCUMENT_OBJ with IMPL_BUPA_OBJ_CHECK. There is a Filter that includes Object KNVV.

bild1.png

This blocks our own Implement to Table KNVV. That we need.

On the Coding below you see the check for this tables.

bild2.png

For this – the old impementataion(ECC) for the Table KNVV can not be activated.

SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }.L0S33 { color: #4DA619; }.L0S52 { color: #0000FF; }.L0S55 { color: #800080; }.L0S70 { color: #808080; }

Attachments

bild1.png (49.7 kB)
bild2.png (15.0 kB)