Posts

Find how to add customer specific fields into MB52

Image
  Find how to add customer specific fields into MB52(List of Warehouse Stocks on Hand): The most common requirement to extend standard reporting programs with additional information. For example of extending Transaction code tcode  MB52 List of Warehouse Stocks on Hand  ( Program RM07MLBS, Component MM-IM Inventory Management) by a new field Supplier batch. This field is used as a unique identification number (ID) for tracking purposes & are usually received from a supplier before the Goods receipt step). Note : Based on the customizing batch number can be unique at Client/ Plant or Material level. Dependent on them, the source table to retrieve batch master attribute will be different. For fulfilling  requirement, we can use predefined enhancements spots inside the program RM07MLBS - Extend  field structure ( type structure bestand, RM07MLBS) with  new columns - ENHANCEMENT – POINT ehp604_rm07mlbs_03  SPOTS  es_rm07mlbs  STATIC...

SAP ABAP Interview Questions 2022

SAP ABAP Interview Questions  If you are looking for good resources to prepare for the SAP ABAP interview preparation you are at the right place(based on interviews attended by our students). Q1.Can you mention the 2nd name of the Session Method? Q2.Explain the structures which are referred to while creating the BDC Internal table? Q3.Explain the components of the BDCDATA structure? Q4.Explain the function Modules involved in creating the Batch session method? Q5.Explain the two methods used to execute the BDC session method? Q6.What are the uses of HOLD DATE Parameters in BDC_OPEN_GROUP? Q7.What are the uses of HOLD DATE Parameters in BDC_OPEN_GROUP? Q8.What are the uses of KEEP Parameter in BDC_OPEN_GROUP FM? Q9.Explain how to write the file on the application server? Q10.Explain the steps to read the file from the application server? Q11.What is BDC? And where it is used? Q12.What are the BDC Display Modes?  Q13.What are the BDC Update Modes?  Q14.What are the use...

Campus Interview Questions for Internship at SAP LABS India

Campus Interview Questions for Internship at SAP LABS India- 2017 SAP Labs visit to our campus offering Six months internship to MCA/MTECH and two months internship to B.Tech pre-final year.. ROUND ONE:(Online Round) – Seventy five mins (No negative marking) This round was conducted on 20th September 17 It consisted of Five sections. Section One: Aptitude – Six questions Section Two: Two 'C' codes to be debugged(Easy) Section Three: Two coding questions (One Easy and One Medium) Section Four: Two questions on critical reasoning (Critical Analysis) Section Five: English (Passage comprehension) - Three questions(Easy) Section Six: Four to Five Technical questions based on Java and DBMS Note: Online round was easy(but the trick was time management). Attempted both the questions for debugging but was getting segmentation fault in second question. TIPS - just grab as many marks in this round as you can, don’t waste all time on coding questions. Out of approximate three hundred stude...

SAP Labs Interview for Internship students - India

SAP Labs Interview for Internship students India Round One: Online Test (105 mins) Online test comprised of 6 sections – The Psychometric Test ( Time Limit : Ten minutes) Coding Questions (Two Questions of Twenty marks and fourty marks each) Design Problems General Awareness Quantitative Aptitude Testing & Debugging Questions Major trick is to solve at least one coding question successfully & not to skip psychometric test. Psychometric test, same question can be asked in different ways again & again so you have to make sure you are giving same answer in each one of them. Twelve students were shortlisted after this round for further interviews. Eventually it took more than two months to start the interview process again. Round Two: Telephonic Technical Interview (Fifty Minutes) The interviewer was friendly and calm. She asked questions on all the subjects I had learnt in my course. Then the interview started with 'introduce yourself' question and it dove in the direc...

Interview Questions at SAP LABS India

Interview Questions and Answers Part 1 (Based on interview attended by our student).. Interview details : - Round One: Q1. Questions on 'C, OOPS concepts of C++, basic Java concepts, Data structures & puzzles' (only standard ones) . Q2. Questions about your previous Project. (If we perform well in this round then your chances of selection gets high). Round Two (Similar to Round One): Q1. Questions may be repeated from the same topics as the previous round. Q2. Simple puzzles Q3. Shifting from tech questions a few HR questions were asked?  for ex: Why do you want to join this company? Round Three (HR Round): Few example questions: Q1. Have you ever been in a situation where your task is not completed on time & you have to make certain quick decisions? Q2. What are the other activities have you been involved in other than academics? Other general questions were asked. They basically check communication skills & presence of mind. So be alert. Round One: Technical Inter...

SAP ABAP troubleshooting – Collecting ABAP traces & performance traces using the Single Transaction Analysis tool ST12

Image
  SAP ABAP troubleshooting: Collecting ABAP traces & performance traces using the Single Transaction Analysis tool ST12: The Single Transaction Analysis tool(Tcode ST12), has the ability to collect both ABAP traces & performance traces with an integrated user interface. It offers different methods for tracing & also allows the recording of traces of ABAP transactions, ABAP reports, Web dynpro pages, BSP pages & background jobs. The traces collected by this tool can be used to investigate code errors & performance problems. This blog will show you how to collect & display the traces as well as common problems you may have to deal with while using ST12. Overview: Introduction + Overview How to collect and display traces of: a) Specific user or task b) Work process c) A transaction or program Scheduling traces Common issues Notes : Service Tools for Applications (ST-A/PI) https://support.sap.com/supporttools Installation: Note 69455 : Service tools for Applicat...

Single Transaction Analysis (ST12) - Introduction

Image
  Single Transaction Analysis (ST12): Single Transaction Analysis was developed  to promote the usage of ABAP trace inside SAP Support and it integrates the ABAP- (tcode SE30) & the Performance (tcode ST05) trace into one transaction. We will show how to take a trace with ST12 in the so called 'Current Mode' scenario. Tcode ST12 is delivered as a part of the Service tools for Applications [ST-A/PI].The note 69455 describes how to get the latest version of ST-A/PI. we should note that the ST12 transaction is not officially documented / supported & only available in the English language. Although it is mainly intended for use by SAP / certified service consultants during SAP Service Sessions and you can use it for you own performance analysis. A description of tcode ST12 is given in the note 755977 [ ST12 “ABAP Trace for SAP Early Watch/Going Live”]. Tcode ST12 main Screen: Main screen of tcode ST12 has three main parts as shown below, Snapshot one: Main screen Using tco...