KW_LAYOUT_RESET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter KW_LAYOUT_RESET 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.
Title: Set Stylesheet and Frameset IDs for Structure and Web Directory
Text Symbol: 001 = Reset Layout?
Text Symbol: 002 = Layout
INCLUDE IWBCONSTEXT.
INCLUDE IWBMACRO.
INCLUDE IWBCONSTINT.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = titlebar * DIAGNOSE_OBJECT = TEXT_QUESTION = question TEXT_BUTTON_1 = 'Yes' ICON_BUTTON_1 = ' ' TEXT_BUTTON_2 = 'No' ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = with_cancel USERDEFINED_F1_HELP = ' ' START_COLUMN = 25 START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = L_ANSWER * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2 .
SDOK_M_ENT_COPY CALL FUNCTION 'SDOK_M_ENT_COPY' EXPORTING ORIGINAL = entitY COPY = entitIES * DESCRIPTION = ' ' * MODELSPACE = ' ' * DEV_DATA = X_DESCRS = c_yes X_REPLACE = c_yes EXCEPTIONS BAD_ENTITY = 1 BAD_COPY = 2 BAD_ENTITY_TYPE = 3 BAD_MODELSPACE = 4 CTS_FAILED = 5 OTHERS = 6 .
SDOK_M_ENTS_PROPS_GET CALL FUNCTION 'SDOK_M_ENTS_PROPS_GET' EXPORTING * LANGUAGE = SY-LANGU X_CUSTOM = c_yes * X_CUSTOM_NOPH = ' ' TABLES ENTITIES = entities * ATTRIBUTES = * ENTSPROPS = * STD_ENTSPROPS = ENTSATTRS = entsattrs * STD_ENTSATTRS = EXCEPTIONS BAD_ENTITY = 1 OTHERS = 2.
SDOK_M_ENT_PROPS_UNSET * CALL FUNCTION 'SDOK_M_ENT_PROPS_UNSET' * EXPORTING * ENTITY = ENTITy ** IMPORTING ** X_CST_ERROR = * TABLES * ATTRIBUTES = entattr ** PROPERTIES = ** CST_ATTRIBUTES = * EXCEPTIONS * BAD_ENTITY = 1 * BAD_ATTRIBUTE = 2 * OBLIGATORY_FAILED = 3 * CTS_FAILED = 4 * OTHERS = 5.
SDOK_M_ENT_PROPS_SET CALL FUNCTION 'SDOK_M_ENT_PROPS_SET' EXPORTING ENTITY = ENTITy * LANGUAGE = SY-LANGU * X_ONLY_CHECK = ' ' X_REPLACE_A = c_yes * X_REPLACE_P = ' ' * IMPORTING * X_CST_ERROR = TABLES ATTRIBUTES = entattr * PROPERTIES = * CST_ATTRIBUTES = * BAD_PROPERTIES = EXCEPTIONS BAD_ENTITY = 1 BAD_ATTRIBUTE = 2 MULTIPLE_ATTRIBUTE = 3 CTS_FAILED = 4 OTHERS = 5.
SDOK_M_ENTS_ACTIVATE CALL FUNCTION 'SDOK_M_ENTS_ACTIVATE' EXPORTING * X_ONLY_CHECK = ' ' * X_FIELD_TYPE = ' ' * X_FIELD_LENG = ' ' * X_INSTANTIABLE = 'X' * X_TABULATION = ' ' X_DEL_ATTR = 'X' * X_CHG_FIELD = ' ' * X_CHG_CARD = ' ' * X_REPLICATION = ' ' * IMPORTING * X_IMPOSSIBLE = TABLES ENTITIES = entities * BAD_ENTITIES = * WARN_ENTITIES = * PROTOCOL = EXCEPTIONS BAD_CALL = 1 BAD_ENTITY = 2 CTS_FAILED = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KW_LAYOUT_RESET - Set Stylesheet and Frameset IDs for Structure and Web Directory KW_LAYOUT_RESET - Set Stylesheet and Frameset IDs for Structure and Web Directory KW_KEP_SCHEDULE_MAINTAIN - Delete and append rows KW_KEP_SCHEDULE_MAINTAIN - Delete and append rows KW_KEP_SCHEDULE_GRAPHIC - Test Report Graphic GANT02 KW_KEP_SCHEDULE_GRAPHIC - Test Report Graphic GANT02