Posts

Showing posts from June, 2019

SAP MM :- Customer code extension to different division in SAP

Image
How to extend specific customer to different Division in SAP. Step 1 :- Enter TCODE XD01 Step 2. Enter the below detail Customer/Sales Organisation/Distribution Channel/Division  In Reference enter the detail which is already available and  in above field enter the division which need to be extend, Step 3 :- Press F8 for Sales/Shipping/Billing Document/Partner Function tab. Step 4 :- Save it.

SAP MM - How to update numbers/packet in SAP.

Image
Que:-How to  update box MRP for below part 1) Part no-A83801000000 10  no’s/ per Packet 900  Rs /per Packet Ans :-  Step 1:- Enter the TCODE MM02 in SAP  Step 2:- Enter the Material code of Material field Step 3:- Select Basic view in View selection Step 4 :- Update Size/Dimension in Basic Data 1 view:- Step 4 Save.

SAP ABAP four importance element.

SAP ABAP four importance element as below:- 1. data dictionary :- data dictionary is the central source of DBM system. function:- to create & modify table. 2. reports :- used for extract multiple DB tables or DB views, process the extracted data & display data in required format. 3. scripts & smart forms :- to maintain communication with business partner. 4. Workbench :- is a set of tools which can use to develop application & modify the existing appliacation.      Tools :- 1. ABAP dictionary :- It is used to create table in SAP                        2. ABAP Editor :- It is used to create program in ABAP language                        3. Class Builder :- It is used to design object oriented program (OOP)                        4. Function Builder :- It is used to create function in ABAP.                        5. Screen Painter :- It is used to design application in SAP.                        6. Object Navigator :- It is used to save ABAP objects. T