CACSSL_SETT_LOCK_APPROV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This transaction would allow the Sales Manager to edit amounts on unpaid settlement lines which have a temporary lock or are released for settlement...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CACSSL_SETT_LOCK_APPROV into the relevant SAP transactions such as SE38 or SE80
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: S_STLTYP = D .
Selection Text: S_DATES = Validity Dates
Selection Text: S_CTRTBU = D .
Selection Text: S_BP = D .
Selection Text: S_APPFLG = Display Approved Lock Items
Title: Fast Track Approval Process: Release of settlement locks
Text Symbol: 500 = Error in Flush
Text Symbol: 400 = Selected Line
Text Symbol: 300 = Edit Amounts
Text Symbol: 250 = Aggregate
Text Symbol: 225 = Reset Changes
Text Symbol: 200 = Details
Text Symbol: 100 = Aggregate
Text Symbol: 032 = Application Messages from Posting Log
Text Symbol: 022 = Cancel
Text Symbol: 021 = Previous changes for this Parnter will be reset. Would you like to continue?
Text Symbol: 020 = Changes at aggregrate Level will be reset. Do you want to continue?
Text Symbol: 018 = Loss of Changes
Text Symbol: 017 = Amounts have been changed, would like to SUBMIT before leaving?
Text Symbol: 016 = Not All lines have been approved, System can approve others. Do you want to continue?
Text Symbol: 015 = Confirm Step
Text Symbol: 011 = Display Approved Lock Items
Text Symbol: 010 = Selection Criteria for Fast Track Approval
Text Symbol: 008 = Accept New Amounts
Text Symbol: 002 = No
Text Symbol: 001 = Yes
INCLUDE CACSSL_SETT_LOCK_APPROV_TOP . " GLOBAL DATA
INCLUDE CACSSL_SETT_LOCK_APPROV_CL_IMP. " LOCAL CLASS IMPLEMENTATION
INCLUDE CACSSL_SETT_LOCK_APPROV_SEL_SC. "CALL TO THE SELECTION
No SAP DATABASE tables are accessed within this REPORT code!
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' EXPORTING IV_DOMAIN = 'CACSAPPL' IMPORTING E_APPL = GV_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.
CACSSL_SETT_LOCK_APPROV - Fast Track Approval Process: Release of settlement locks CACSSL_SETT_LOCK_APPROV - Fast Track Approval Process: Release of settlement locks CACSSE_SETTLE_INQ_USER_COMMI01 - CACSSESETTLEINQUSERCOMMI01 CACSSE_SETTLE_INQ_USER_CI01 - CACSSESETTLEINQUSERCI01 CACSSE_SETTLE_INQ_STATUS_02O01 - CACSSESETTLEINQSTATUS02O01 CACSSE_SETTLE_INQ_STATUSO01 - CACSSESETTLEINQSTATUSO01