2013 May 17 8:04 AM
Dear,
How to get BLART(Document type) from reconciliation key(FIKEY)?
Basically, I have to customize the FM FKK_SAMPLE_1113_USER which gets triggered whenever any of the transactions like
FP05
FP25
FPY1
FPCJ,etc are executed.
So,depending on the execution of above transactions,how to get respective BLART?
Please reply.
Regards,
Manoj
2013 May 20 6:15 AM
Hi Manoj,
Every transactions that you have mentioned has a unique origin key, like- FP05 (payment lot) has an origin key 05, FP25 (Check lot) has an origin key 25, FPY1 (Payment Run) has an Origin key of 06 etc.
However, it is not possible to determine document type from Origin key.
So, I would recommend you to build a custom table for origin key vis a vis Document type.
Based on the origin key in the FM FKK_SAMPLE_1113_USER, you can retrieve the document type and use that in the creation of reconciliation key.
Hope it helps...
Thanks,
Amlan
2013 May 20 6:43 AM
Hi Amlan,
I am really thankful to you for reply ...Hope my client will agree on it.
Thanks & Regards,
Manoj