Dear experts,
While execution NWBC tcode, I am trying to read the fields BU_TYPE and BU_GROUP from the buffer in the MDG System, but they keep comming empty. This is what I am currently doing in the code:
CONSTANTS: lc_bp_central TYPE USMD_ENTITY VALUE 'BP_CENTRL'.
data(lr_delta_buffer) = cl_usmd_delta_buffer=>get_instance( ).
lr_delta_buffer->read_data( EXPORTING i_entity = lc_bp_central i_struct = if_usmd_model_ext=>gc_struct_key_attr
IMPORTING er_t_data_ins = data(lr_t_ins_bp_ctrl)
er_t_data_upd = data(lr_t_upd_bp_ctrl)
er_t_data_del = data(lr_t_del_bp_ctrl)
er_t_data_mod = data(lr_t_mod_bp_ctrl)
er_t_data_old = data(lr_t_old_bp_ctrl) ).
Am I too far from the correct answer? 😉
Thank you in advance!
Alm
Request clarification before answering.
The NWBC tcode is to launch all the MDG roles you have which in turn launches all the MDG access like Material, Customer, Supplier, Business Partner and FI views. Can you please share what exact steps are you performing and what is the exact use-case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.