‎2008 Nov 20 6:52 AM
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.
‎2008 Nov 26 4:08 AM
‎2013 Aug 22 11:13 AM
Dear Papiya,
Can you Please tell how did you solved this Problem??