Posts

Difference Between Call Transaction and Session Method in BDC

Difference Between Call Transaction and Session Method in BDC Session Method in BDC ABAP/4 program read the external data that is to be entered to the SAP system and stores the data in the batch input session. This method will start from the place where it ends with error. It is not fast as call transaction method Sessions Cannot be generated in Parallel.  Asynchronous Processing  When the program has finished, we can run the session through the Transaction code  SM35.  ABAP program creates a session with all the transnational data, and this session can be viewed, scheduled and processed (using Transaction SM35) at a later time.  Synchronous Database update. During processing, no transaction is started until the previous transaction has been written to the database. Detailed Log will be created for all the sessions Call Transaction method in BDC The ABAP/4 program uses the call transaction <T-code...

SAP LSMW Step by Step Tutorial

Image
SAP LSMW Step by Step Tutorial What is LSMW( Legacy System Migration Workbech)? Now let us know what is the LSMW ? ,is a Legacy System Migration workbench using which we can import the data from Non-SAP system to SAP system .It is specially designed for functional consultants who are not experts in the coding and it can be done in 14 steps to complete the LSMW for this we have to map the all steps and LSMW has  four ways to import data into SAP, and they are: BDC, Direct Input, BAPI(BO) and IDOC..Here steps are: First of all ,go to transaction LSMW . Enter Project name    : zs_lsmw.       Subproject name : zs_lsmw.       Object name     : zs_lsmw. Now ,Click on Create entry  button. It will ask for description, Give description for       Project name    : zs_lsmw project.       Sub-project name : zs_lsmw subproject.       Object name     :...

What is Database Table in SAP ABAP

Image
What is Database Table in SAP ABAP Table is a most important Object in SAP,whether you are Functional or Technical ABAP Consultant ,first basic thing is ,you must have deep knowledge on Database Table and its structure and Table technical Settings.We are creating Database Table in SE11(Data Dictionary) You can define Tables independently of the database in the ABAP Dictionary . The fields of the table are defined with their data types and lengths(Domain) and Description(Data Element). how to create table in sap abap step by step When you activate the table, the system automatically generates a physical table definition in the database for the table definition stored in the ABAP Dictionary. The system translates the table definition from the ABAP Dictionary to a definition of the particular database.  Table Components Domain : Domain is a Data Type and Length of  Table Field. Data Element : Data Element is a combination of Domain...

SAP SE16 Table List

SAP SE16 Table List  SE16  used to display tables and Transaction codes with the descriptions .To check any table ,go to to SE11 or SE16 and give table names TSTC or TSTCT . Both tables will give you the all tcodes (Transaction codes) and Tables. DD09L Table  stores all table definitions  and Technical settings of tables and It will display the tables with Transaction data. SE16 tables list SE16 tables SAP SE16 tables Tabelle SAP se16 SE16 tables in SAP SAP se16 tables list SAP SE16 table list SE16 SAP tables list TABLES IN SAP Customising General settings Countries T005 Countries Currency TCURC Currency codes TCURR Wisselkoersen TCURT Currency name TCURX Decimal places for currencies. Unit of measure T006 Units of measure Calendar functions T247 Month names TFACD Factory calendar definition T015M Month names TTZZ Time zones TTZD Summer time rules TTZDF Summer time rules (fixed an...

Sample SAP ABAP Programming Examples for Practice

Sample SAP ABAP Programming Examples for Practice Are you a beginner at ABAP Language, you're looking for example programs for practice. Here I collected some sample programs from various objects in ABAP that are useful for beginners to improve their Technical skills. To familiar with coding and ABAP applications, you must be practice all applications. As per my experience, practice makes you perfect, as a technical consultant, should be ready to develop any object based on the need of the client, then only, we will get appreciation from the client and from our team side and it helps us to develop complex objects in SAP. ABAP Syntax ABAP Statements ABAP Program Types SAP ABAP Workbench Tools SAP Modules SAP Transaction Codes SAP Tables SAP ABAP Hello world Program Example ABAP- Simple ALV report Example ABAP- Interactive ALV Report Example ABAP- BDC Call Transaction Method Programming ABAP- BDC Session Method Programming Example ABAP- Smartforms...

SAP Course Details for Beginners

SAP Course Details for Beginners This is the beginners guide to know overview of SAP Course in detail.  SAP stands for Systems Applications and Products in Data Processing. SAP SE "Systems, Applications & Products in Data Processing" is a German multinational software corporation that founded enterprise software to control business operations and customer relations. SAP ERP is collection of modules which are Financial Accounting ( FI ), Controlling ( CO ), Asset Accounting ( AA ), Sales & Distribution ( SD ), Material Management ( MM ), Product Planning ( PP ), Quality Management ( QM ), Project System ( PS ), Plant Maintenance ( PM ), Human Resources ( HR ).SAP ERP collects and combines data from the separate modules to provide the organization with enterprise resource planning . SAP ERP centralizes the key business functions of an organization. The latest version SAP ERP 6.0 was released in 2006. The newly released Enhancement Package ( EHP8 ) f...

SAP CRM Tables List

SAP CRM Tables List SAP CRM is the CRM tool provided by SAP and is used for many a business process,SAP CRM is a part of SAP business suite. It can implement customized business processes, integrate to other SAP and non-SAP systems, help achieve CRM strategies.SAP CRM can help an organization to stay connected to customers. This way organization can achieve customer expectations with the types of services and products . BUT000- Has general data (Person number) TSAD3T- Title BUT020 - BP: Addresses (Address number) BUT021- BP: Address usages (Address type) BUT021_FS- Time-Dependent Address Usage (Detailed Address Type) ADRC- Addresses (Business Address Services) Other details ADRP- Persons (Business Address Services) BUT000 : BP: General data - Contains Business Partner Number, Partner Category, Partner Type, First Name, Last Name etc. BUT020 BP: Addresses  BUT050 BP relationships/role definitions: General data - Contains Relationship, Partner Number ...