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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50WF0S - documentation and ABAP source code FV50WF0R - documentation and ABAP source code FV50WF0L - Goods Issue: FORM Routines Beginning with 'L' FV50WF0K - Goods Issue: FORM Routines Beginning with 'K' FV50WF0J - documentation and ABAP source code FV50WF0I - Goods Issue: FORM Routines Beginning with 'I'