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_FDCB_SUBBAS04 problem

Former Member
0 Likes
803

Hi experts,

I have implementated a screen-exit using BADI BADI_FDCB_SUBBAS04.

I have added 4custom fields in the basic screen of MIRO and FB60 using the BADI.

These four custom fields I have appended in BSEG and RBKP table using Append structures.

My problems are:

Q1)While debugging I found out, the values are not getting imported and exported from the transaction to BADI structure INVFO. What logic to write so that it can get transferred to the BADIand from the BADI to the screen(in display mode) .

Q2) My custom fields are showing enabled in MIR4(Display tcode of MIRO).

For disabling the fields in MIR4 tcode, I have written the logic in the PBO of the subscreen:

if sy-tcode = 'MIR4'.

loop at screen.

screen-input = '0'.

screen-active = '0'.

modify screen.

endloop.

endif.

The above logic is not working. What to do in this case?

Regards,

Papiya.

2 REPLIES 2
Read only

Former Member
0 Likes
561

Solved by own...

Read only

0 Likes
561

Dear Papiya,

Can you Please tell how did you solved this Problem??