SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

IGJOH_CLIMP_BASE_AMT_CONDITION SAP ABAP INCLUDE - Include IGJOH_CLIMP_BASE_AMT_CONDITION







IGJOH_CLIMP_BASE_AMT_CONDITION is a standard ABAP INCLUDE 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 IGJOH_CLIMP_BASE_AMT_CONDITION into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IGJOH_CLIMP_BASE_AMT_CONDITION. "Basic submit
SUBMIT IGJOH_CLIMP_BASE_AMT_CONDITION AND RETURN. "Return to original report after report execution complete
SUBMIT IGJOH_CLIMP_BASE_AMT_CONDITION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include IGJOH_CLIMP_BASE_AMT_CONDITION


INCLUDES used within this REPORT IGJOH_CLIMP_BASE_AMT_CONDITION

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = buffer_index_for_the_set IMPORTING entry = set_data EXCEPTIONS end_of_intervals = 01 invalid_index = 02.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = i_set_name IMPORTING new_setid = set_id EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 set_is_dynamic = 9 OTHERS = 10.

G_SET_INSERT CALL FUNCTION 'G_SET_INSERT' EXPORTING class = ' ' "is always SPACE maintenance = ' ' "no reading for maintenance setname = set_id "identification of set table = 'JVTO1' "table of set IMPORTING header = set_header_info "set information index = c_buffer_index EXCEPTIONS set_not_found = 1 OTHERS = 2.

G_CONTROL_BLOCK_RESET CALL FUNCTION 'G_CONTROL_BLOCK_RESET' EXPORTING control_block = num_of_control_block.

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = c_buffer_index IMPORTING entry = e_set_data "entry data EXCEPTIONS end_of_intervals = 1 invalid_index = 2 OTHERS = 3.

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = buffer_index_for_the_set IMPORTING entry = set_data EXCEPTIONS end_of_intervals = 01 invalid_index = 02.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = buffer_index_for_the_set IMPORTING entry = set_data EXCEPTIONS end_of_intervals = 01 invalid_index = 02.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = buffer_index_for_the_set IMPORTING entry = set_data EXCEPTIONS end_of_intervals = 01 invalid_index = 02.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = num_of_control_block index = buffer_index_for_the_set IMPORTING entry = set_data EXCEPTIONS end_of_intervals = 01 invalid_index = 02.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

G_VSR_SUBRULE_CALL " CALL FUNCTION 'G_VSR_SUBRULE_CALL' " EXPORTING " callup_point = document_line_callup_point " subrule = condt_info-additional_rule " tabname = 'JVSO1' " tab_data1 = wa_jvso1 " valuser = jv_application_area " IMPORTING " result = posting_line_is_relevant " TABLES " tabnames = table_names "no table name in it " EXCEPTIONS " not_found = 1 " OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IGJOH_CLIMP_BASE_AMT_CONDITION or its description.