SAP Interview Questions & Answers
Showing 4 of 34 questions | Page 4
SAP technical interview questions and answers help candidates understand modules, business processes, and implementation scenarios used in enterprise systems. SAP professionals are in high demand, and companies often test knowledge in SAP ABAP, SAP MM, SAP SD, SAP FICO, and SAP Basis. Recruiters from TCS, Wipro, Infosys, Cognizant, Accenture, and Capgemini frequently ask SAP-related questions during technical and functional rounds. This guide covers the most commonly asked SAP interview questions with simple explanations to help freshers and experienced candidates prepare effectively. You can also download SAP interview PDFs and practice mock tests for better results.
Showing 4 of 34 questions
31. What should be the approach for writing a BDC program?
STEP 1: CONVERTING THE LEGACY SYSTEM DATA TO A FLAT FILE to internal table CALLED "CONVERSION".
STEP 2: TRANSFERING THE FLAT FILE INTO SAP SYSTEM CALLED "SAP DATA TRANSFER".
STEP 3: DEPENDING UPON THE BDC TYPE
i)call transaction(Write the program explicity)
ii) create sessions (sessions are created and processed.if success data will transfer).
32. What are the problems in processing batch input sessions and How is batch input process different from processing online?
PROBLEMS: i) If the user forgets to opt for keep session then the session will be automatically removed from the session queue(log remains). However if session is processed we may delete it manually.
ii)if session processing fails data will not be transferred to SAP database table
33. Can a transparent table exist in data dictionary but not in the data base physically?
NO. TRANSPARENT TABLE DO EXIST WITH THE SAME STRUCTURE BOTH IN THE DICTIONARY AS WELL AS IN THE DATABASE,EXACTLY WITH THE SAME DATA AND FIELDS.
34. What is the step by step process to create a table in data dictionary?
step 1: creating domains(data type, field length, range).
step 2: creating data elements(properties and type for a table field).
step 3: creating tables(SE11).