CACS_ELTAPPLSET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to transfer the standard settings that were delivered for the entitlement and liability transfer (ELT) with
If you would like to execute this report or see the full code listing simply enter CACS_ELTAPPLSET into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACS_ELTC01 - ELT: Set Application in Std Delivery
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: APPL = D .
Selection Text: OAPLUG = D .
Selection Text: OATYID = D .
Title: ELT - Reserve Standard Delivery for Commission Application
Text Symbol: 001 = Construction of User Interface
Text Symbol: 002 = Framework for Obj. Assignment Config.
Text Symbol: 003 = Reserve for
INCLUDE CACS_ELTAPPLSET_TOP.
INCLUDE CACS_ELTAPPLSET_SCR.
INCLUDE CACS_ELTAPPLSET_F01.
No SAP DATABASE tables are accessed within this REPORT code!
CACS_GET_CURRENT_APPL call function 'CACS_GET_CURRENT_APPL' IMPORTING e_appl = appl EXCEPTIONS no_appl = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_ELTAPPLSET - ELT - Reserve Standard Delivery for Commission Application CACS_ELTAPPLSET - ELT - Reserve Standard Delivery for Commission Application CACS_EDT_TEMPLATE_I - CACSEDTTEMPLATEI CACS_EDT_TEMPLATE_E - CACSEDTTEMPLATEE CACS_EDT_GENERATE_CSTRUCTURES - Creation of Character Structures from a Dictionary Information File CACS_EDT_GENERATE_CSTRUCTURES - Creation of Character Structures from a Dictionary Information File