2010 Feb 06 1:34 PM
Hi Gurus,
I have implemented BADI BADI_FDCB_SUBBAS04, I have taken reference from this link
http://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
But then also My custom fields are gets cleared when I enter the data and press enter, I dont know why its not able to export and import the value.
Can you tell me what may be the reason for this.
IF o_badi_fdcb_subbas04 IS INITIAL.
CALL METHOD cl_exithandler=>get_instance_for_subscreens
CHANGING
instance = o_badi_fdcb_subbas04
EXCEPTIONS
no_reference = 1
no_interface_reference = 2
no_exit_interface = 3
data_incons_in_exit_managem = 4
class_not_implement_interface = 5
OTHERS = 6.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
ENDIF.
* object created ?
CHECK NOT o_badi_fdcb_subbas04 IS INITIAL.
* get data from main screen
CALL METHOD o_badi_fdcb_subbas04->get_data_from_screen_object
IMPORTING
ex_invfo = invfo.
2010 Feb 06 4:45 PM
2010 Feb 28 3:09 PM
2016 Jul 01 11:06 AM
HI Former Member ,
I am also facing the same problem , kindly let me know what u did to solve the problem .
Thanks in Advance!!!!!
2016 Jul 01 1:54 PM
Hi,
read the threads included above to see if any is your case.
Best regards,
Pablo