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: for user defined fields in Budget Entry Document

Former Member
0 Likes
716

HI,

I am implmenting BADI for user defined field in budget entry document definatin name 'FMBW_CUSTOMER' . I have created two fields in include 'CI_FMBH' and also created a sub screen and assign this subscreen to badi. I have called get data and put data methods in PBO and PAI. like this.

<b>

PBO

create object grid1.

CALL METHOD grid1->if_ex_fmbw_customer~get_data_from_screen

importing doc_header = doc_header.</b>

<b>PAI

CALL METHOD grid1->if_ex_fmbw_customer~put_data_to_screen

EXPORTING

doc_header = doc_header

processing_mode = 'CRE'.</b>

But the system is not saving these fields in database.

What could be the problem .

HI,

I am implmenting BADI for user defined field in budget entry document definatin name 'FMBW_CUSTOMER' . I have created two fields in include 'CI_FMBH' and also created a sub screen and assign this subscreen to badi. I have called get data and put data methods in PBO and PAI. like this.

<b>

PBO

create object grid1.

CALL METHOD grid1->if_ex_fmbw_customer~get_data_from_screen

importing doc_header = doc_header.</b>

<b>PAI

CALL METHOD grid1->if_ex_fmbw_customer~put_data_to_screen

EXPORTING

doc_header = doc_header

processing_mode = 'CRE'.</b>

But the system is not saving these fields in database.

What could be the problem .

1 REPLY 1
Read only

Former Member
0 Likes
519

Hi, did you have any advance on this issue?