Purpose |
FICO Journal entry upload program |
Requested By |
Baiwa |
Spec Created By |
Raghav |
Spec Created Date |
08/14/2017 |
Spec QA by |
Raghav |
Objects |
ZFI_GLUPLOAD ZGLUPLOAD |
Document Status |
WIP |
Sl.No |
Activity |
Estimation in Hours |
1 |
Research |
08 |
2 |
Documentation |
06 |
3 |
Development/ Config |
16 |
4 |
Unit test in DEV |
10 |
5 |
Unit test in QUA |
4 |
6 |
Other activity |
|
TOTAL |
44 |
Sl. |
Change Details |
Requested By |
Requested On |
Notes if any |
1 |
||||
Field |
SAP Fields |
Logic to post invoice from file |
|||||||
Company code |
BKPF-BUKRS |
upload the company code from file |
|||||||
Document Date |
ACGL_HEAD-BLDAT |
Give screen upload field |
|||||||
Currency |
ACGL_HEAD-WAERS |
Currency should be default do not change |
|||||||
Posting Date |
ACGL_HEAD-BUDAT |
Give screen upload field |
|||||||
Reference ID |
ACGL_HEAD-XBLNR |
Reference field should use the first line of item text field in the upload file |
|||||||
Doc.Header Text |
ACGL_HEAD-BKTXT |
Blank |
|||||||
Document type |
ACGL_HEAD-BLART |
Hardcode SA |
|||||||
GL Account |
ACGL_ITEM-HKONT |
GL account should be pulled from file field GL Account |
|||||||
Debit/Credit |
ACGL_ITEM-SHKZG |
If there is negative value then H else S |
|||||||
Amount |
ACGL_ITEM-WRBTR |
Get the value from upload file field Amount |
|||||||
Assignment |
ACGL_ITEM-ZUONR |
Get the value from upload file field Assignment |
|||||||
Item text |
ACGL_ITEM-SGTXT |
Item text field in the upload file |
|||||||
Company code |
ACGL_ITEM-BUKRS |
Get the value from upload file field Company code |
|||||||
Cost center |
ACGL_ITEM-KOSTL |
Pull cost center from file field Cost center |
|||||||
Profit center |
ACGL_ITEM-PRCTR |
Pull cost center from file field Profit center |
|||||||
Trading Partner |
ACGL_ITEM-VBUND |
Get the value from upload file field Trading partner |
|||||||
Order |
ACGL_ITEM-AUFNR |
Get the value from upload file field Internal order |
Test ID |
Test Scenario |
Expected Results |
FI-001 |
Journal posting for cocd 0010 |
All GL accounts given in csv file should post to journal entry item wise with the given document type SA from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-002 |
Journal posting with cross cocd for cocd0010 and 0011 |
All GL accounts given in csv file should post to journal entry item and cocd wise with the given document type SA from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-003 |
AP invoice postings for cocd0010 |
Accounts given in csv file should post to vendor invoice with the given document type KR from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-004 |
AP credit memo postings for cocd0010 |
Accounts given in csv file should post to vendor credit memo with the given document type KG from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-005 |
AR invoice postings for cocd0010 |
Accounts given in csv file should post to customer invoice with the given document type DR from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-006 |
AR credit memo postings for cocd0010 |
Accounts given in csv file should post to customer credit memo with the given document type DG from input file Header text, Document and posting date should pick from selection screen Cost object should assigned to GL account as given |
FI-007 |
Negative testing with excess value for cocd0010 |
Journal entry should not post to accounting due to wrong calculation |