2012 Sep 19 4:07 PM
We are having some issues with the use of POSTING_INTERFACE_DOCUMENT in one of our programs. we use this fm to call the transaction FB01 to do posting. but on some data there are instances that there are some missing fields (BSEG-GSBER, BSEG-MENGE, BSEG-MEINS). If i do a debug mode and force the call transaction as foreground, I would see that on the screens it is indeed missing. However, if I create it manually via FB01, using the exact same data, these missing fields are available.
anyone can point me out why is this happening?
Thanks.
2012 Sep 19 4:17 PM
Hi
It depends on the status fields: here it defines which fields are shown for a item, ther status fields is assigned to the account key, so it depends on which type of fi item you're trying to post.
Fields like BSEG-MENGE, BSEG-MEINS are usually by MM transactions, they are not available for posting by FB01, but if you needs it you can change the customizing
Max
2012 Sep 19 4:17 PM
Hi
It depends on the status fields: here it defines which fields are shown for a item, ther status fields is assigned to the account key, so it depends on which type of fi item you're trying to post.
Fields like BSEG-MENGE, BSEG-MEINS are usually by MM transactions, they are not available for posting by FB01, but if you needs it you can change the customizing
Max
2012 Sep 19 4:26 PM
Hi
I have checked tcode ob14 for the status field groups and these field are tagged as optional. Is there any other customizing that needs to be done in order to have these fields on the FM execution?
Thanks
2012 Sep 19 4:48 PM
2012 Sep 20 2:08 AM
yes, If i run on FB01 (same data) i can see the fields, however if you go to POSTING_INTERFACE_DOCUMENT, these fields are missing.
2012 Sep 20 6:12 AM
FM POSTING_INTERFACE_DOCUMENT is used by standard batchinput program RFBIBL00, so I don't believe a basilar field like BSEG-GSBER is not managed.
I've created many program based on RIBIBL00 where I've transfered GSBER and they worked well.
I've never used BSEG-MENGE and BSEG-MEINS, but I think they are managed too.
Try to check the program RFBIBL01 in order to check how those fields are moved to POSTING_INTERFACE_DOCUMENT
Max
2012 Sep 20 10:08 AM
Thanks for helping me out.
Apparently I'm checking it wrongly. GSBER could be from COBL-GSBER or BSEG-GSBER depending on the Posting Key/Account.
if it is a GL account, it will go to screen 300 and it will use COBL-GSBER on a different screen (Coding block).
other than that it will go to other screens, if it is a vendor account, it will go to screen 302 and it will use BSEG-GSBER, etc.
So I have to check with our functional if this is always the case.
for MENGE and MEINS fields, it seems an issue on the configuration (OB14 - suppressed).