下载资源后端资源详情
z_fi_document_upload_excel.zip
大小:11.78KB
价格:29积分
下载量:0
评分:
5.0
上传者:m0_56350516
更新日期:2024-12-11

0987654321987654329876543

资源文件列表(大概)

文件名
大小
z_fi_document_upload_excel/
-
z_fi_document_upload_excel/zbadp/
-
z_fi_document_upload_excel/zbadp/dictionary-zbadp.html
5.59KB
z_fi_document_upload_excel/z_fi_add_attachment.html
1.64KB
z_fi_document_upload_excel/z_fi_document_upload_excel.html
63.5KB

资源内容介绍

0987654321987654329876543
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><html><head><title>Z_FI_DOCUMENT_UPLOAD_EXCEL</title></head><body bgcolor="#FFFFE0"><font size="3" face = "Arial" color="#000000"><b>Code listing for: Z_FI_DOCUMENT_UPLOAD_EXCEL</b></font><hr><pre width="100"><font color ="#0000FF">*&---------------------------------------------------------------------*</font><font color ="#0000FF">*& Report Z_FI_DOCUMENT_UPLOAD_EXCEL</font><font color ="#0000FF">*&</font><font color ="#0000FF">*&---------------------------------------------------------------------*</font><font color ="#0000FF">* Report Name: Upload Excel Data and Batch Upload Accounting document</font><font color ="#0000FF">* Developer: T08934</font><font color ="#0000FF">* Date: 2014-02-14</font><font color ="#0000FF">* Request Department: Accounting</font><font color ="#0000FF">*&---------------------------------------------------------------------*</font>REPORT z_fi_document_upload_excel LINE-SIZE 1023.TYPES: BEGIN OF ty_upload, "Asset Document headid TYPE c LENGTH 10, "Header ID bukrs TYPE bkpf-bukrs, "Company Code blart TYPE bkpf-blart, "Document Type bldat TYPE bkpf-bldat, "Document Date in Document budat TYPE bkpf-budat, "Posting Date in the Document monat TYPE bkpf-monat, "Fiscal Period waers TYPE bkpf-waers, "Currency Key kursf TYPE bkpf-kursf, "Exchange rate Annie 20201221 xblnr TYPE bkpf-xblnr, "Reference Document Number bktxt TYPE bkpf-bktxt,"Header Text brnch TYPE bkpf-brnch, "Brnch No bschl TYPE bseg-bschl, "Posting Key lifnr TYPE c LENGTH 12, "Vendor/Customer/Account NO./Asset No. umskz TYPE bseg-umskz, "Special G/L Indicator anbwa TYPE c LENGTH 3, "Transaction Type hkont TYPE bseg-hkont, "General Ledger Account wrbtr TYPE c LENGTH 10, "Amount in Document Currency werks TYPE bseg-werks, "Plant mwskz TYPE bseg-mwskz, "Tax on sales/purchases code zfbdt TYPE bseg-zfbdt, "Baseline Date for Due Date Calculation zterm TYPE bseg-zterm, "Payment Teerm kostl TYPE bseg-kostl, "Cost Center projk TYPE c LENGTH 10,"WBS Element vbund TYPE bseg-vbund, "Trading Partner zuonr TYPE bseg-zuonr, "Assignment Number sgtxt TYPE bseg-sgtxt, "Item Text rstgr TYPE bseg-rstgr, "Reason Code for Payments ebeln TYPE bseg-ebeln, "Purchasing Document Number ebelp TYPE bseg-ebelp, "Item Number of Purchasing Document xref1 TYPE bseg-xref1, "Reference Key1 xref2 TYPE bseg-xref2, "Reference Key2 xref3 TYPE bseg-xref3, "Reference Key3END OF ty_upload.TYPES: BEGIN OF ty_upload1, "Non-Asset Document(Post or Park Document) headid TYPE c LENGTH 10, "Header ID bukrs TYPE bkpf-bukrs, "Company Code blart TYPE bkpf-blart, "Document Type bldat TYPE bkpf-bldat, "Document Date in Document budat TYPE bkpf-budat, "Posting Date in the Document monat TYPE bkpf-monat, "Fiscal Period waers TYPE bkpf-waers, "Currency Key kursf TYPE bkpf-kursf, "Exchange rate Annie 20201221 xblnr TYPE bkpf-xblnr, "Reference Document Number bktxt TYPE bkpf-bktxt,"Header Text brnch TYPE bkpf-brnch, "Brnch No itemid TYPE c LENGTH 10, "Item ID bschl TYPE bseg-bschl, "Posting Key lifnr TYPE c LENGTH 10, "Vendor/Customer/Account NO./Asset No. umskz TYPE bseg-umskz, "Special G/L Indicator hkont TYPE bseg-hkont, "General Ledger Account wrbtr TYPE bseg-wrbtr, "Amount in Document Currency werks TYPE bseg-werks, "Plant mwskz TYPE bseg-mwskz, "Tax on sales/purchases code zfbdt TYPE bseg-zfbdt, "Baseline Date for Due Date Calculation zterm TYPE bseg-zterm, "Payment Teerm kostl TYPE bseg-kostl, "Cost Center projk TYPE c LENGTH 10,"WBS Element vbund TYPE bseg-vbund, "Trading Partner zuonr TYPE bseg-zuonr, "Assignment Number sgtxt TYPE bseg-sgtxt, "Item Text rstgr TYPE bseg-rstgr, "Reason Code for Payments ebeln TYPE bseg-ebeln, "Purchasing Document Number ebelp TYPE bseg-ebelp, "Item Number of Purchasing Document xref1 TYPE bseg-xref1, "Reference Key1 xref2 TYPE bseg-xref2, "Reference Key2 xref3 TYPE bseg-xref3, "Reference Key3 material TYPE marc-matnr, "Reference Key3 quantity TYPE mard-labst, "Reference Key3 base_uom TYPE marc-ausme, "Reference Key3 aufnr TYPE bseg-aufnr,"20240811 MODIFYEND OF ty_upload1.TYPES: BEGIN OF ty_header, "Document Header headid TYPE c LENGTH 10, "Header ID bukrs TYPE bkpf-bukrs, "Company Code blart TYPE bkpf-blart, "Document Type bldat TYPE bkpf-bldat, "Document Date in Document budat TYPE bkpf-budat, "Posting Date in the Document monat TYPE bkpf-monat, "Fiscal Period waers TYPE bkpf-waers, "Currency Key kursf TYPE bkpf-kursf, "Exchange rate Annie 20201221 xblnr TYPE bkpf-xblnr, "Reference Document Number bktxt TYPE bkpf-bktxt, "Header Text brnch TYPE bkpf-brnch, "Brnch No belnr TYPE bkpf-belnr, "Document Numbe emsg TYPE string, "Error MessageEND OF ty_header.TYPES: BEGIN OF ty_item, "Document Item For Asset Document headid TYPE c LENGTH 10, "Item ID bschl TYPE bseg-bschl, "Posting Key lifnr TYPE c LENGTH 12, "Vendor/Customer/Account NO./Asset No. umskz TYPE bseg-umskz, "Special G/L Indicator anbwa TYPE c LENGTH 3, "Transaction Type hkont TYPE bseg-hkont, "General Ledger Account wrbtr TYPE c LENGTH 10, "Amount in Document Currency werks TYPE bseg-werks, "Plant mwskz TYPE bseg-mwskz, "Tax on sales/purchases code zfbdt TYPE bseg-zfbdt, "Baseline Date for Due Date Calculation zterm TYPE bseg-zterm, "Payment Term kostl TYPE bseg-kostl, "Cost Center projk TYPE c LENGTH 24,"WBS Element vbund TYPE bseg-vbund, "Trading Partner zuonr TYPE bseg-zuonr, "Assignment Number sgtxt TYPE bseg-sgtxt, "Item Text rstgr TYPE bseg-rstgr, "Reason Code for Payments ebeln TYPE bseg-ebeln, "Purchasing Document Number ebelp TYPE bseg-ebelp, "Item Number of Purchasing Document xref1 TYPE bseg-xref1, "Reference Key1 xref2 TYPE bseg-xref2, "Reference Key2 xref3 TYPE bseg-xref3, "Reference Key3END OF ty_item.TYPES: BEGIN OF ty_item1, "Document Item for Non-Asset Document headid TYPE c LENGTH 10, "Item ID itemid TYPE c LENGTH 10, "Item ID bschl TYPE bseg-bschl, "Posting Key lifnr TYPE c LENGTH 10, "Vendor/Customer/Account NO./Asset No. umskz TYPE bseg-umskz, "Special G/L Indicator hkont TYPE bseg-hkont, "General Ledger Account wrbtr TYPE bseg-wrbtr, "Amount in Document Currency werks TYPE bseg-werks, "Plant mwskz TYPE bseg-mwskz, "Tax on sales/purchases code zfbdt TYPE bseg-zfbdt, "Baseline Date for Due Date Calculation zterm TYPE bseg-zterm, "Payment Term kostl TYPE bseg-kostl, "Cost Center projk TYPE c LENGTH 24,"WBS Element vbund TYPE bseg-vbund, "Trading Partner zuonr TYPE bseg-zuonr, "Assignment Number sgtxt TYPE bseg-sgtxt, "Item Text rstgr TYPE bseg-rstgr, "Reason Code for Payments ebeln TYPE bseg-ebeln, "Purchasing Document Number ebelp TYPE bseg-ebelp, "Item Number of Purchasing Document xref1 TYPE bseg-xref1, "Reference Key1 xref2 TYPE bseg-xref2, "Reference Key2 xref3 TYPE bseg-xref3, "Reference Key3 material TYPE marc-matnr, "Reference Key3 quantity TYPE mard-labst, "Reference Key3 base_uom TYPE marc-ausme, "Reference Key3 aufnr TYPE bseg-aufnr, "20240811END OF ty_item1.TYPES: BEGIN OF ty_output_header, "Output Information headid TYPE c LENGTH 10, "Header ID bukrs TYPE bkpf-bukrs, "Company Code blart TYPE bkpf-blart, "Document Type bldat TYPE bkpf-bldat, "Document Date in Document budat TYPE bkpf-budat, "Posting Date in the Document monat TYPE bkpf-monat, "Fiscal Period waers TYPE bkpf-waers, "Currency Key kursf TYPE bkpf-kursf, "Exchange rate Annie 20201221 xblnr TYPE bkpf-xblnr, "Reference Document Num

用户评论 (0)

发表评论

captcha