‎2006 Jul 12 8:27 AM
Is there a function to get the Accounting document entry date? Given the batch number (charg) and Number of material document (mblnr)
Thanks.
‎2006 Jul 12 8:36 AM
Hi ,
You can check in the table for the creation date ..
by giving the below inputs.
thanks,
Krishna
‎2006 Jul 12 8:40 AM
Hi,
Goto BKPF table, based on BWKEY(mblnr and gjahr) select the BELNR (ACCOUNTING DOCUMENT NUMBER) .
This is easiest way to select the accounting document number.
Thanks,
Neptune.M
Plz reward if it helps.
‎2006 Jul 12 9:25 AM
Hi,
There is no FM to extract FI document details using material batch and document number.
Easiest way could be select statement. You can extract FI document creation date from BKPF table. use following values to extract FI document using material document no.
BKPF-AWKEY = Concatenate MKPF-MBLNR and MKPF-GJAHR
BKPF-AWTYP = 'MKPF'
Regards,
Naren
‎2006 Jul 12 9:38 AM
hi ,
try this FM <b>AC_DOCUMENT_RECORD</b>, to get the Accounting Documents . For Export parameters just search for this FM in MIRO program , put a break-point, where u will come to know how to use this FM .
Option 2 : Get the MBLNR for the CHARG from MKPFMSEG ,and get AWKEY from this like MBLNRMJAHR pass this one to BKPF to get the Accounting Document @ Header Level.
Regards
Prabhu