SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

FV50WF0S SAP ABAP INCLUDE - documentation and ABAP source code







FV50WF0S 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 FV50WF0S 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 FV50WF0S. "Basic submit
SUBMIT FV50WF0S AND RETURN. "Return to original report after report execution complete
SUBMIT FV50WF0S 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 FV50WF0S

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:

SERIAL_PROFILE_READ CALL FUNCTION 'SERIAL_PROFILE_READ' EXPORTING profile_r = lips-serail operation_r = lf_xopera IMPORTING t_377 = ls_t377 t_377p = ls_t377p EXCEPTIONS no_t377p_entry = 1 no_t377_entry = 2 OTHERS = 3.

SERIALPROFILE_CHECK CALL FUNCTION 'SERIALPROFILE_CHECK' EXPORTING operation = lf_xopera j_vorgang = lf_vorgang activity = t180-aktyp document = likp-vbeln item = lips-posnr material = lips-matnr m_charge = lips-charg profile = lips-serail quantity = if_xanzsn debitor = likp-kunnr cuobj = lips-cuobj vbtyp = likp-vbtyp bwart = lips-bwart automatic = charx IMPORTING anzsn = if_anzsn "return value for LIPS-ANZSN EXCEPTIONS OTHERS = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING i_identification = lf_ident IMPORTING e_identification = lf_ident EXCEPTIONS OTHERS = 0.

SERIALPROFILE_CHECK CALL FUNCTION 'SERIALPROFILE_CHECK' EXPORTING operation = lf_xopera debitor = likp-kunnr "n_866872 document = likp-vbeln item = xlips-posnr material = xlips-matnr profile = xlips-serail quantity = if_xanzsn vbtyp = likp-vbtyp bwart = xlips-bwart TABLES xvbpa = xvbpa EXCEPTIONS OTHERS = 99.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = lt_xmesg.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING i_identification = lf_ident EXCEPTIONS OTHERS = 0.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP'.

SERIAL_PROFILE_READ CALL FUNCTION 'SERIAL_PROFILE_READ' EXPORTING profile_r = xlips-serail operation_r = 'HUSL' IMPORTING t_377 = l_t377 EXCEPTIONS no_t377p_entry = 1 no_t377_entry = 2 OTHERS = 3.

GET_SERNOS_OF_DOCUMENT CALL FUNCTION 'GET_SERNOS_OF_DOCUMENT' EXPORTING key_data = ls_rserob EXCEPTIONS key_parameter_error = 1 no_supported_access = 2 no_data_found = 3 OTHERS = 4.

DELETE_SERNR_LS CALL FUNCTION 'DELETE_SERNR_LS' EXPORTING j_vorgang = lf_vorgang vbeln = xlips-vbeln posnr = xlips-posnr IMPORTING status_not_allowed = lf_status_error.

LS_SERNR_STATUS_CHANGE CALL FUNCTION 'LS_SERNR_STATUS_CHANGE' EXPORTING vbeln = xlips-vbeln posnr = xlips-posnr j_vorgang = lf_vorgang * IMPORTING * ZEILEN_ID = * SERIAL_COMMIT = * STATUS_NOT_ALLOWED = * EXCEPTIONS * OBJECTLIST_NOT_FOUND = 1 * OTHERS = 2 .

V134W_SINGLE_READ CALL FUNCTION 'V134W_SINGLE_READ' EXPORTING MTART = IS_LIPS-MTART WERKS = IS_LIPS-WERKS IMPORTING WV134W = XV134W EXCEPTIONS OTHERS = 1.



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