Tasks to be completed when documenting an SAP Transaction, Report or Message code.1. Title of the page = SAP Transaction code, SAP Report or SAP Message2. Add the following Labels, respectively :
3. On the left section, describe the steps. On the right section, insert respective print screens and additional guidelines, if needed (e.g. Main selections of the transaction...) |
The file contains technical information needed for the upload (2 first lines + first column) and the data.
Data are split in 4 categories :
1° the header of the document (technically contained in table BKPF)
2° the line items (technically contained in BSEG)
3º Header and Item Long text (BSEG for Long Text & TTXIT-TDID)
4º Field for attachment of files (BAPI)
First line :
Header Text BKPF-BKTXT
| Line item data : |
Creating a ZZF_posting_file from one or more documents in SAP
If you enter in transaction ZZF_POSTING_FILE_DOWNLOAD you can display one or many existing documents (preferably FB01 ones) in the necessary Excel format for abap ZZF_POSTING_FILE.
Some little changes are needed (in you specify a Customer, no G/L account is necessary). or in short words, we can use ZZF_POSTING_DOWNLOAD to download a document, then modify it (dates...), and upload a new similar one with ZZF_POSTING_FILE.
In fact the download is a display in an Excel file, that we can save on our disk. (If during display you are prompted for a choice of Excel template, use "sap_om.xls")
Different templates can be used, depending on the applicability:
Global Posting File - PF1.xlsm
Global Posting File - WP1.xlsm
Global Posting File - WP1 IECRA CO_PA Adjustments.xlsm
Follow the instructions detailed in the User Guide tab of each template. |