‎2007 Feb 28 3:58 PM
Hi
could you pls help me in following problems: Atleast basics tips to start with.
1)Created a BDC program for BOM mass maintenance functionality in
SAP R/3.The selection screen contains options for creating BOM, for
modifying the existing BOM with the input file data and for deleting the
2)Developed user exit in MV45AFZZ to issue warnings messages and put delivery block in sales order processing if the customer expected price does not match calculated price. The user exit should only issue warning messages if the transaction runs in online mode (no batch, no EDI).Custom table was created.
Thanks
‎2007 Feb 28 4:29 PM
Hi
1) Just do the Reocrding first and save the recording and generate a program from teh recording and look at the program, you will understand the whole thing
2) In the User eixt,
IF SY-BATCH is initial. " On line mode
write the error messagfe
endif.
‎2007 Feb 28 4:45 PM
Hi Sudhir
Could you pls explain little more for the 2nd problem. I am new to this field.
Thanks