on ‎2016 Mar 02 6:44 AM
Dear Experts,
Below is my test scenario on IC Booking;
Step 1) Upload transaction data with LC
Step 2) Currency conversion run
In currency conversion we are using force close. So F99 flow entries created automatically.
Step 3) IC Booking
With Debit1, debit2, credit1, credit2 entries got created.
Step 4) IC Matching
Below is the script logic we are using
*RUN_PROGRAM ICBOOKING
CATEGORY = %VS_CATEGORY_SET%
CURRENCY = %VS_RPTCURRENCY_SET%
TID_RA = %VS_TIME%
ENTITY = %VS_ENTITY_SET%
SUBTABLES = %VS_FLOW_SET%
TYPE = 'I'.
*ENDRUN_PROGRAM
In Data Manager also we have added flow dimension in the selection prompt.
Now the problem is, In the IC Matching program (CL_UJP_ICBOOKING) flow is not considered for selection criteria. Hence the IC DIFF (250 AUD) is posting once for Flow F15 and then for F99 also.
Its doubling the IC DIFF. 250 of F15 flow + 250 of F99 flow
Point 1) Why the flow dimension is not considered in the RUN_ICBOOKING method in the program.
Point 2) What is the work around for this issue.
Please let me know for any clarification.
Request clarification before answering.
Hello Khokan,
F15 flow where I upload the data. after currency conversion F99 flow value creates automatically by force closing.
When I run IC matching, F15 line difference 250 it is posting once to F95 (as per business rule) and then again taking F99 flow line difference 250 and posting to F95.
Account | Flow | Flow Description | Signed Data |
AR | F15 | Variation | 1550 |
AR | F99 | Closing | 1550 |
AP | F15 | Variation | 1300 |
AP | F99 | Closing | 1300 |
Final result screen shot for your reference
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes tried that also, but no luck...
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now We found that Flow dimension in the script logic & DM is immaterial. because in the program itself flow is not there in the selection criteria. thats why it is picking all the flow transaction data.
Even I have removed the flow from DM and script....same result.
So lets move the discussion to force close check mark.... we are using this to calculate the closing balance (Opening + changes = F99).
I need F99 flow for the closing balance figure.
Regards,
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The following line is also in question:
SUBTABLES = %VS_FLOW_SET%
Move it to OTHER
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raja,
Removed Type=I from your script this line we are use in IC_Matching.
Khokan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 34 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.