RWLFCALC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This XPRAS is used to create factory calendars AJ and AM for applications MM and WWS, if these do not already exist...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 RWLFCALC 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_CALTXT = D Text
Selection Text: S_CAL_ID = D Factory calendar ID
Selection Text: S_DAYS = Interval length
Selection Text: S_DELCAL = Delete calendar
Selection Text: S_STDAT = Start date
Selection Text: S_YEARS = Number of years
Title: Create factory calendar, agency business
Text Symbol: 001 = 10-day payment
Text Symbol: 100 = Calendar maintenance cannot be blocked
Text Symbol: 101 = The program had to be terminated
Text Symbol: 103 = The factory calendar already exists
Text Symbol: 111 = The factory calendar does not exist yet
Text Symbol: 113 = Factory calendar created
Text Symbol: 115 = Calendar buffer was reloaded
Text Symbol: 120 = Factory calendar deleted
Text Symbol: 122 = Factory calendar will be deleted!
INCLUDE FCALCTOP.
INCLUDE FCALCE01.
INCLUDE FCALCF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWLFCALC - Create factory calendar, agency business RWLFCALC - Create factory calendar, agency business RWLFCAL - Enhanced calendar maintenance RWLFCAL - Enhanced calendar maintenance RWLFAEND - Routines for Selecting the Change ID in FM MESSAGING RWLFAEND - Routines for Selecting the Change ID in FM MESSAGING