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

BDC & User exit

Former Member
0 Likes
411

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

2 REPLIES 2
Read only

Former Member
0 Likes
353

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.

Read only

0 Likes
353

Hi Sudhir

Could you pls explain little more for the 2nd problem. I am new to this field.

Thanks