HDS_HELP 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 HDS_HELP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HDS_HELP - HDS Implementation Aids
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: P_ALLMA = All Targets
Selection Text: P_BEMA = One Target (Specialized)
Selection Text: P_CKTARG = Target Value Check
Selection Text: P_COPY = Copy Template Class
Selection Text: P_CRTARG = Individual Target
Selection Text: P_MDTARG = Modify Target UI
Selection Text: P_REG = Register Application
Selection Text: P_STRTUI = Call HDS Tree Maintenance
Selection Text: P_APPL = D .
Selection Text: P_TREE = D .
Title: HDS: Help for Implementations in the Application
Text Symbol: E00 = No Application Specified
Text Symbol: E01 = No Tree ID Specified
Text Symbol: H01 = Display Registered HDS Applications
Text Symbol: Q00 = Execute Basic Connection
Text Symbol: Q01 = Call HDS Query
Text Symbol: Q02 = HDS UI
Text Symbol: Q03 = HDS Target
Text Symbol: R00 = HDS Example Coding
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'HDS_STR_APPL' retfield = 'APPL_ID' window_title = text-h01 value_org = 'S' TABLES value_tab = l_tab_appl[] return_tab = l_tab_return[] EXCEPTIONS parameter_error = 0 no_values_found = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.