Archive for December, 2007

Sales Order Changed History Display

You can execute the report by : 1.  Change Date 2.  User Name 3.  Sales Order Number REPORT ZSDCHANGE LINE-SIZE 132 NO STANDARD PAGE HEADING                  LINE-COUNT 065(001)                  MESSAGE-ID VR. TABLES: DD04T,         CDHDR,         CDPOS,         DD03L,         DD41V,         T685T,         VBPA,         TPART,         KONVC,         VBUK. DATA: BEGIN OF ICDHDR [...]

Implementing SAP

Implementing a package can be a traumatic affair for both the customer and the vendor. Get it wrong and the vendor may get paid late or have to resort to lawyers to get paid and tarnish their reputation. For the company the new package may not work the way they expected, be late or cost [...]

SAP Landscape

Landscape is like a server system or like a layout of the servers or some may even call it the architecture of the servers viz. SAP is divided into three different lanscape DEV, QAS and PROD.-  DEV would have multiple clients for ex: 190- Sandbox, 100- Golden, 180- Unit Test. -  QAS may again have [...]

What is the Purpose of R/3?

The sole purpose of an R/3 system is to provide a suite of tightly integrated, large-scale business applications.The standard set of applications delivered with each R/3 system are the following: PP (Production Planning) MM (Materials Management) SD (Sales and Distribution) FI (Financial Accounting) CO (Controlling) AM (Fixed Assets Management) PS (Project System) WF (Workflow) IS [...]

An Introduction to SAP

SAP was founded in 1972 in Walldorf, Germany. It stands for Systems, Applications and Products in Data Processing. Over the years, it has grown and evolved to become the world premier provider of client/server business solutions for which it is so well known today. The SAP R/3 enterprise application suite for open client/server systems has [...]

Deletion / Archiving of IDOCs

There is no special deletion program for IDocs. Use the archiving programs. IDoc is a separate archiving class. The following programs are available: 1. Archive RSEXARCA and RSEXARCB (as of Release 3.0C) 2. Delete RSEXARCD 3. Read archiveRSEXARCR 4. Restore RSEXARCL RSEXARCB is similar to RSEXARCA except for the selection screen. The selection options for [...]

Program To Generate IDoc

Report  ZZ_Program_To_Create_Idoc report  zz_program_to_create_idoc                     . tables: ekko,ekpo. selection-screen skip 3. selection-screen begin of block b1 with frame title titl. selection-screen skip. select-options s_ebeln for ekko-ebeln. selection-screen skip. selection-screen end of block b1. data: header_segment_name like edidd-segnam value ‘Z1EKKO’,       item_segment_name like edidd-segnam value ‘Z1EKPO’,       idoc_name like edidc-idoctp value ‘Z19838IDOC1′. data: header_segment_data like z1ekko,       [...]

IDOC / BAPIs

There are many differences between IDOCs and BAPIs. BAPIs in 3.1 are synchronous; in 4.+ they can be asynchronous (and I believe they then drive certain ALE/IDOCs). BAPIs are called from the outside-in.  That is, an external program invokes a BAPI that gets data from SAP to display or updates data in SAP.  The BAPI [...]

What is the different between ALE, IDOC and BAPI?

ALE (click here for documentation) ALE is SAP proprietary technology that enables data communications between two or more SAP R/3 systems and/or R/3 and external systems. When a new enterprise resource planning (ERP) solution such as R/3 is implemented, companies have to interface the ERP system with legacy systems or other ERP systems. ALE provides [...]

Difference Between EDI and IDOC

EDI is nothing but Electronic data interchange. SAP will support EDI through Intermediate documents (IDOCS).EDI (Electronic Document interchange) – EDI is the electronic exchange of business documents between the computer systems of business partners, using a standard format over a communication network. EDI is also called paperless exchange. Advantages:  Reduced Data entry errors Reduced processing [...]

Follow

Get every new post delivered to your Inbox.

Join 72 other followers