Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI VL06I Error

Former Member
0 Likes
695

Hi Experts,

I am working with BADI - MB_DOCUMENT_BADI (IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE),

So, I wanna to populate VM07M-XBLNR_AVIS with my_value.

XMKPF-XBLNR = VM07M-XBLNR_AVIS.

but, am getting an error saying that,

the xmkpf can not/allowed be changed its not internal table.

Pls suggest

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

Hi!

Formally your Badi may not change data at all, please read Badi documentation.

Try using EXIT_SAPLMBMB_001

WBR -

Pauls

Hi Experts,

I am working with BADI - MB_DOCUMENT_BADI (IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE),

So, I wanna to populate VM07M-XBLNR_AVIS with my_value.

XMKPF-XBLNR = VM07M-XBLNR_AVIS.

but, am getting an error saying that,

the xmkpf can not/allowed be changed its not internal table.

Pls suggest

1 REPLY 1
Read only

Former Member
0 Likes
552

Hi!

Formally your Badi may not change data at all, please read Badi documentation.

Try using EXIT_SAPLMBMB_001

WBR -

Pauls