SAP Business Warehouse (BW) is a model-driven data warehousing product based on theSAP NetWeaverABAP platform. It provides numerous tools, processes, functions and predefined content that enable organizations to
SAP NetWeaver 7.40 is announced and with it comes its ABAP Application Server AS ABAP 7.40. With AS ABAP 7.40 the ABAP language has some nice new features. But first of all, what is AS ABAP 7.40? AS ABAP 7.40 is the successor of AS ABAP 7.31 (aka AS ABAP 7.03) which is the success...
Master Data, Transaction Data, Organization Data and System Data are the data classes in SAP ABAP. Data in the Master Data class rarely changes. Data in the Transaction Data class changes frequently since they it is used in SAP transactions. Organization Data rarely changes since it includes cus...
SSCR stands for SAP Software Change Registration, It is a process where all the manual changes are registered to SAP Dictionary objects and SAP source coding. To change the SSCR in the SAP system, an ABAP developer will be prompted for two access keys by SAP system which are: Developer ke...
SAP Managed Tags: ABAP Development, SAP ERP In Hr programming, what is PERNR and APPLICAT.In PERNR and APPLICAT we are using same infotype 0001.what is the situation to use these structures. Can u give a problem to differentiate the use.Know...
SAP Managed Tags: ABAP Testing and Analysis, SAP ERP What is Report Painter in Abap ? How we can write a simple report through report painter . It's Tcode , How to proceed ? I developed several report through ABAP , but i have no clue about Report Painter . What is advantage to ...
SAP Managed Tags: ABAP Development Hi abapers, I have seen almost all of the abap programs starting with statement "report". Example of which given below report /glb/xgt_idoc_b What is its purpose/significance of the statement?. Is it mandatory to start every program in abap with...
SAP Managed Tags ABAP Testing and Analysis What is Report Writer in Abap ? How we can write a simple report through report writer . It's Tcode , How to proceed ? I developed several report through ABAP , but i have no clue about Report Writer . What is advantage to using it . Plz...
Cross Join:As the name suggest this is the combination of all records. @AbapCatalog.sqlViewName: 'ZCROSSJOIN' @AbapCatalog.compiler.compareFilter: true @AbapCatalog.preserveKey: true @AccessControl.authorizationCheck: #CHECK @EndUserText.label: 'Cross Join in CDS view' ...
Like classes, you can define interfaces either globally in the R/3 Repository or locally in an ABAP program. For information about how to define local interfaces, refer to the Class Builder section of the ABAP Workbench Tools documentation. The definition of a local interface <intf> is enclosed...