SAP Reports and Programs

Share |

UPARA_CUST_RETAIL_IMPORT_F01 SAP ABAP Include - Include UMG_TEST_DRIVER_REMOTE_VERIFY


UPARA_CUST_RETAIL_IMPORT_F01 is a standard ABAP Include available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter UPARA_CUST_RETAIL_IMPORT_F01 into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report UPARA_CUST_RETAIL_IMPORT_F01 and is provided for your convenience to access as and when required. Although the 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 UPARA_CUST_RETAIL_IMPORT_F01 or its description.

ABAP code:


ABAP code listing snippet for SAP ABAP Include UPARA_CUST_RETAIL_IMPORT_F01

*----------------------------------------------------------------------*
***INCLUDE UPARA_CUST_RETAIL_IMPORT_F01 .
*----------------------------------------------------------------------*
*&-------------------------------*
*&      Form  exit_command_0100
*&-------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
FORM exit_command_0100 .

save_ok = ok_code. CLEAR ok_code.
CASE save_ok. WHEN 'EXIT' OR 'BACK' OR 'CANC'. "#EC NOTEXT LEAVE PROGRAM. ....See full code listing within your SAP system using transactions such as SE80 and SE38

Includes used within report:

No INCLUDES are used within this report code!


Tables used within report and the associated select statement:

UPARA_RA_IMPLIST SELECT * FROM upara_ra_implist INTO TABLE lt_implist ORDER BY custcl cust_subcl.


Function Modules used within report and the associated call statement:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UPARA_RA_IMPLIST' CHANGING ct_fieldcat = lt_fieldcatalog.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'UPARA_Y_CUSTCL' value = l_value IMPORTING dd07v_wa = lt_domain_text.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'UPARA_Y_CUSTSUBCLASS' value = l_value IMPORTING dd07v_wa = lt_domain_text.

UPC_TRANSPORT_WRITE CALL FUNCTION 'UPC_TRANSPORT_WRITE' EXPORTING it_transport_object = lt_transport_object IMPORTING et_mesg = lt_mesg.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_bal_log IMPORTING e_log_handle = l_log_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg_bal i_log_handle = l_log_handle.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_log_handle.






comments powered by Disqus