Some SAP SD Interview Questions 2 Some of the interviewed questions and answers are as follows: What is the movement
type you used in consignment process? ### 632, 633, 634, 631 Don't ask this: Can team size be 40 in a project? Is there any generalized team size no. for any project? If we tell my team size is 40 in that what no. we can say sd people are? ## Team size cant be forty, Theres no genralized size of team. Never 40 sd consultants work together on same project. What is ALE? ## Application Linking and Enabling - Generally ABAPers work on it. What is meant by condition technique: can we say it is the combination of condition types, access sequence and condition tables? ## yes Where do we can find pricing procedure indicator in sd ? ## Pricing procedure is where we maintain all Conditions (like PR00, K004, mwst, kp00, etc) Where do we assign calender in the master records? ## In IMG screen Global Settings. What is the importance of customer account groups? ## We maintain the customer account to maintain payment terms and incoterms. Lets say, if SP is only booking order but the goods should deliver in foreign country and for which SP is not going to bare the excise and other taxes then the SH party or payer will tke teh responsibity then the tax is calculated based on account groups. What are incoterms? Where do we fix them? Where do you find in regular process? ## Incoterms or international comm. terms and u find in CMR - Sales area Data billing Tab. How can you make some of the fields as key field in generic tables? ## Some fields in all tables have a indicator on [Link] see, then go to SE11, display VBAK, u will find MANDT on top, if you see after description 2 tick marks, those are key fields. Gernerally, these key fields are used in writing any Program or Interface. The key fields will extract data of non key fields . What is the standard group condition routine in condition type, what is its importance? ## Its better u read Group Conditions in PR00. How do you control entry possibility of condition values at order through condition type settings?
## You can maintain the maximum and minimum value for all conditions. What are the customizing settings in pricing procedure for tax condition type? ## Check out the standard pricing procedure RVAA01 - MWST. A bunch of data need to be imported. A huge [Link] creations are required, how it is possible in SAP? ## thru LSMW, BAPI. What is the difference between PGI cancellation and returns order? ## PGI cancellation is done before the transportation of goods. But return order means its already transported reached customer during transit if materil is spoiled or broke or the goods r not delivered as per customer requested [Link] customer send the goods baack to company. What is the integrated areas in SD AND FI, SD AND MM, SD AND PP in both implementation and support projects? ## SD & FI - Possible in Account Determination, for posting the conditions to revelant G/l account like all prices goes to one particular g/l account. Also in Credit Management, Taxes. SD & MM - Possible in Batches, Material Requirement Planning. SD & PP - Possible in Material Requirement planning. what is availability check, how to configure it.. When we create a sales order, there are several basic functions which are executed automatically for the dynamic order management . among these basic functions , availability check and transfer of reQuirements are crucial. the system first prepares schedule line containing the information on the desired delivery date and Quantities , this information is passed to MRP and an avialability check and transfer of reQuiremnts are executed First the system carries out backward scheduling and establishes the material avaialbility date = desired delivery date-tr ansit time-loading time-picking & packing time and on this date an availability check is carried out using ATP logic which means avialable to promise Quanity =total ware house stock+incoing ordersoutgoing along with the avialability check the reQuirements also are transferred to MRP. the configuration involves following 1. switching on at schedule line catagegory the avialability check and TOR 2. configure the avilability check using ATP and using the checking group and Checking rule
What is the difference between ATP check and availability check how these reflect in sales order(which check system considers) what are the IMG settings for the same. ATP Check is checking of availablty Quantities i.e ATP = Total Warehouse Stock + Planned receipts(Incoming Stock) - Planned Issues (Out going stock) Availbilty Check is an integral part of business process it determines the if the desire deliverible Quantity can be met on reQuested delivery date or [Link] it passes to Material ReQuirement Planning. Or we can also say.. avability check is nothing but checking of availibility of stock which is placed in the order , sys carries out this check through a available to promise (ATP) logic =whare house stock +planned recepts (incoming stock)-planned issues (out going stock) What we normally check for in the Database Testing? Database testing involves some indepth knowledge of the given application and reQuires more defined plan of approach to test the data. Key issues include : 1) data Integrity 2) data validity 3) data manipulation and updates. Tester must be aware of the database design concepts and implementation rules what is the purpose of table maintanance,(i think it's for authorizarion purpose) what is ment by authorization? SM30 is table maintanacce It is used for checking who changed and what changes took place in the table. or Table maintanance is for creating,adding datas to an existing table. What can u do in UTP? UTP:unit test plans in this we test the task by various test case senarios. In scripts how to upload logo (it's saved in .bmp file ) i am asking procedure? Example by giving various input values and checking the output Use tr ansaction SE78 to import graphics to SAP. In the form painter, you can either include directly to the form using menu Edit>Graphic->Create or using the INCLUDE statement in a window. To use an INCLUDE statement, goto into the window script editor and use menu Include>Graphic. The include can look like this for a bitmap: /: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
Or use report RSTXLDMC You run the report RSTXLDMC, give your logo(Saved as .tif file) in the parameter and run the report. Then Go to Se71 and include the image from the text elements. For this you go to the Page windows. Press the text elements button and the include the logo(Which actually has been saved as a TEXT) using Insert->Text-STandard. CHoose your LOGO. Why u can call(r using) ssf_function_module_name in smartforms? Calling SMARTFORMS from your ABAP program. Collecting all the table data in your program, and pass once or By using &Quot;ssf_function_module_name &Quot; the user can obtain the function mudule generated by the Smartform. The input parameter is the SMARTFORM name the output parameter is the function module generated .It has to be type RS38L_FNAM. After getting the output parameter . CALL FUNCTION(output parameter name). to SMARTFORMS
Q: We get a report screen: &Quot;Goods issue: Problem Log&Quot; during the delivery process when activating Post Goods Issue button. We want to include our own error message to this list if the selected batch is not on a customer defined table. What is the best way? A: Try User exit - USEREXIT_SAVE_DOCUMENT_PREPARE