Hello,
my requirement is to Change IW32 to display mode based on Plant Maintenance Order specific user status..
for this i have written an implicit enhancement code in include : LCOIHF7R.
by using this implicit enhancement code all the other ta...
Hello all,
how do i add a client specific logo on sap easy access initial screen..
i know how to add irrespective of client, but my requirement is to add client specific logo..
searched sap community but did not find any suitable solution..
e...
Hello all,
we have implemented a BADI = MB_MIGO_BADI
and written code in method POST_DOCUMENT...
the code in method POST_DOCUMENT working properly...
now my question is i am trying to write another piece of code in method LINE_DELETE,
bu...
Hello all,
in BADI = MB_MIGO_BADI ~ POST_DOCUMENT , i tried to get serial number
using FM = GET_SERNOS_OF_DOCUMENT..but getting error no data found..
below is my code..
IF ( g_action EQ 'A01' ). data : wa_key type RSEROB. data : wa_sern t...
i used ASSIGN ('(SAPLIPW1)XOBJK_ALL[]') to <st_objnr3>. to capture serial number data , but i could not link this Hello all,
in MIGO while posting i am making some status change for equipment(i.e serial number) using BADI
MB_MIGO_BADI with method...
Hi balasubramanian.ap,thanks for your answer,this LINE_DELETE method in BADI = MB_MIGO_BADI is getting triggered when i select delete button in MIGO,but my requirement is as soon as i enter reservation and press enter(here its GR against Reservation...
i tried to insert the code as you said , do i need to write my code with in the Insert brackets,what about method....endmethod, iam unable to comment it..
Hi frdric.girod,thanks for your reply,yes as you said the source system is not same as development system i am working..what should i do now?i tried to open the class in SE24 , but there is no button with the name "based on source text".please guide ...