SAP Reports / Programs

/SAPPCE/ORG_JVA_DEMO SAP ABAP Report - Joint venture data for enterprise structure







/SAPPCE/ORG_JVA_DEMO 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 /SAPPCE/ORG_JVA_DEMO into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPPCE/ORG_JVA_DEMO - Call Demo Report


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 /SAPPCE/ORG_JVA_DEMO. "Basic submit
SUBMIT /SAPPCE/ORG_JVA_DEMO AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPCE/ORG_JVA_DEMO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_PARTN = D Partner
Selection Text: S_BUKRS = D Company Code
Selection Text: P_TPOPER = Posting period upto
Selection Text: P_TGJAHR = Fiscal year TO
Selection Text: P_TDEPTH = D Scope of Display
Selection Text: P_PLVAR = D Plan Variant
Selection Text: P_OBJ = Organizational Unit
Selection Text: P_IHIER = D Including hierarchy
Selection Text: P_FPOPER = Posting period from
Selection Text: P_FGJAHR = Fiscal year from
Selection Text: P_EVERWA = D Exclusive administration
Selection Text: P_EBETND = D Excl. associated company
Selection Text: P_EBETGS = D Excl. associated company
Selection Text: P_CATEG2 = D Category 2
Selection Text: P_CATEG = D Category 1
Title: Joint venture data for enterprise structure
Text Symbol: PER = Period
Text Symbol: F03 = Display part of organizational structure
Text Symbol: F02 = Hide part of organizational structure
Text Symbol: F01 = Info type selections
Text Symbol: 006 = Exclusive administration
Text Symbol: 005 = Inclusive adminstration
Text Symbol: 004 = Exclusive supported company
Text Symbol: 003 = Inclusive supported company
Text Symbol: 002 = Inclusive associated company
Text Symbol: 001 = Exclusive associated company


INCLUDES used within this REPORT /SAPPCE/ORG_JVA_DEMO

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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = lt_dynpfields[] exceptions others = 1.

RH_OBJID_REQUEST call function 'RH_OBJID_REQUEST' exporting plvar = p_plvar otype = 'O' set_mode = ' ' importing sel_object = ls_selected_object exceptions cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 others = 6.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = l_index importing output = l_index.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = l_index importing output = l_poper.

/SAPPCE/ORG_GET_VENTURE_DATA call function '/SAPPCE/ORG_GET_VENTURE_DATA' exporting i_plvar = p_plvar it_objid = gt_orgobj[] i_tdepth = p_tdepth i_gjahr_from = p_fgjahr i_poper_from = p_fpoper i_gjahr_to = p_tgjahr i_poper_to = p_tpoper it_infotype_selections = gt_infotype_selections[] importing et_jvto1 = gt_jvto1.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = '/SAPPCE/SORG_JVA_ALV_DEMO' i_buffer_active = c_yes changing ct_fieldcat = gt_fieldcat[].

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = l_index importing output = l_index.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_buffer_active = c_yes i_callback_program = l_repid i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = 'A' tables t_outtab = gt_org_jvp_demo[].

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SE16' EXCEPTIONS OK = 0 NOT_OK = 4.

RH_GET_ACTIVE_WF_PLVAR call function 'RH_GET_ACTIVE_WF_PLVAR' exporting ask_plvar_dialog = c_yes set_default_plvar = c_yes importing act_plvar = p_plvar exceptions no_active_plvar = 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 /SAPPCE/ORG_JVA_DEMO or its description.