SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

N3BG_DIA_A4510 SAP ABAP INCLUDE - Data Collection







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


INCLUDES used within this REPORT N3BG_DIA_A4510

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:

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPLN3BJ' dynumb = '0001' translate_to_upper = ' ' TABLES dynpfields = it_dynpf EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPLN3BJ' dynumb = '0001' translate_to_upper = ' ' TABLES dynpfields = it_dynpf EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_part IMPORTING ngpa_e = wa_ngpa nadr_e = wa_nadr EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_vvma1 ss_with_nadr = ' ' ss_buffer = ' ' IMPORTING ngpa_e = WA_NGPA EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_vvma2 ss_with_nadr = ' ' ss_buffer = ' ' IMPORTING ngpa_e = WA_NGPA EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_uvtgp ss_with_nadr = ' ' ss_buffer = ' ' IMPORTING ngpa_e = WA_NGPA EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = wa_ngpa-gpart IMPORTING ngpa_e = wa_ngpa nadr_e = wa_nadr EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

FB_DISPLAY_FORM CALL FUNCTION 'FB_DISPLAY_FORM' EXPORTING i_formname = -n3bg_formn i_formtype = 'T' i_with_dialog = ' ' * IMPORTING * O_FORMNAME = EXCEPTIONS no_name = 1 no_form = 2 no_access_permission = 3 illegal_language = 4 illegal_formtype = 5 OTHERS = 6 .

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_einri = in_ndoc-einri ss_gdatum = sy-datum ss_orgid = in_ndoc-orgdo IMPORTING e_ngpa = wa_ngpa EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPLN3BJ' dynumb = '0001' * TRANSLATE_TO_UPPER = ' ' * CONVERSION = 'X' TABLES dynpfields = it_dynpf EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8 .

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_part ss_with_nadr = ' ' ss_buffer = ' ' IMPORTING ngpa_e = WA_NGPA EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = -n3bg_part ss_with_nadr = ' ' ss_buffer = ' ' IMPORTING ngpa_e = WA_NGPA EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.



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 N3BG_DIA_A4510 or its description.