TEST_CREATE_LOT_FOR_FP70 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 TEST_CREATE_LOT_FOR_FP70 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.
Selection Text: I_VTREF = D .
Selection Text: I_VNAM = D .
Selection Text: I_VKONT = D .
Selection Text: I_OPBUK = D .
Selection Text: I_NNAM = D .
Selection Text: I_KOINO = D .
Selection Text: I_KOINN2 = D .
Selection Text: I_KOINN = D .
Selection Text: I_INSID = D .
Selection Text: I_IBANO = D .
Selection Text: I_IBANN2 = D .
Selection Text: I_IBANN = D .
Selection Text: I_GPART = D .
Selection Text: I_FLINS = D .
Selection Text: I_BNKSO = D .
Selection Text: I_BNKSN2 = D .
Selection Text: I_BNKSN = D .
Selection Text: I_BNKNO = D .
Selection Text: I_BNKNN2 = D .
Selection Text: I_BNKNN = D .
Selection Text: I_BNKLO = D .
Selection Text: I_BNKLN2 = D .
Selection Text: I_BNKLN = D .
Selection Text: GC_KEYN1 = D .
Selection Text: I_DELBK = ID of Bank Details to Be Deltd
Selection Text: I_DEL = Delete Bank Details
Selection Text: I_CRBKN = ID of Bank Details to Be Crtd
Selection Text: I_CR = Create Bank Details
Selection Text: I_CHBKV = Other Bank Details
Selection Text: I_CHBK = ID of Bank Details to Be Chngd
Selection Text: I_BPC = Name Change
Title: Create Bank Data Returns Lot
Text Symbol: 005 = Created Successfully
Text Symbol: 004 = Lot
Text Symbol: 003 = Customizing in Views V_TFK054A - V_TFK054C
Text Symbol: 002 = Actions for Bank Details
Text Symbol: 001 = Actions for Business Partner
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_NR_ACTIVITIES_GET CALL FUNCTION 'FKK_NR_ACTIVITIES_GET' EXPORTING iv_opbuk = i_opbuk iv_insid = i_insid iv_flins = i_flins EXCEPTIONS not_found = 1 txt_not_found = 2 OTHERS = 3.
FKK_NR_NODATA_GET CALL FUNCTION 'FKK_NR_NODATA_GET' "Hole NODATA-Zeichen IMPORTING ev_nodata = gv_nodata.
FKK_NR_HDR_CREATE CALL FUNCTION 'FKK_NR_HDR_CREATE' EXPORTING iv_keyn1 = gc_keyn1 is_fkkrnk_data = gs_fkknrk_data EXCEPTIONS authorization_error = 1 lot_exists = 2 locked_on_db = 3 internal_error = 4.
FKK_NR_ITEM_CREATE CALL FUNCTION 'FKK_NR_ITEM_CREATE' EXPORTING iv_keyn1 = gc_keyn1 is_fkknrp_data = gs_fkknrp_data EXCEPTIONS not_found = 1 state_error = 2 authorization_error = 3 locked_on_db = 4 item_nr_exist = 5 internal_error = 6 OTHERS = 7.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.