Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when posting Document using FBV0

Former Member
0 Kudos

HI Experts,

     I appended some fields in BKPF and parked the document susccessfully through preliminary_posting_fb01.

But here the problem is when post the parked document iam getting below error filed doesnt exist in the screen

SAPMF05A 0100.

       

    Please help me to resolve this problem thanks inadvance...

Regards,

kranthi.

4 REPLIES 4

Former Member
0 Kudos

Hi Kranthi,

Please see the below thread similar to the issue you are facing. Please check any substitution rules causing the issue.

Thanks,

Kishor.

0 Kudos

Hi kishore,

     In that substitute values process i fallowed that constant values passing technique eventhough Document is not posting with that appended fields.

     So,any one could u plz suggest Is there any BAPI or Function module to post the parked document with appended fields.

                                              Thanks in advance...

Regards,

kranthi

0 Kudos

Hi Kranthi,

You can make the use of following BADI for screen enhancement.

FI_HEADER_SUB_1300

0 Kudos

Hey Kranti,

The Issue seems with the new Zfields which you have added to BKPF structure are not getting Passed when trying to Post the Parked Document using FBV0.

To resolve the issue, Kindly Implement the  Implicit Enhancement in the include "MF05AF00_D0100_POST_APPL_SUB" , which triggers when document is getting posted using FBV0.

in the section : implement Implicit Enhancement to populate zfields to BKPF structure.

you don't need to implement any BADI for screen enhancement unless you need the Zfields to be populated in SAP Standard screen.

* customer fields of document header

     bkpf-xref1_hd = ld_bkpf-xref1_hd.                            "ERP05

     bkpf-xref2_hd = ld_bkpf-xref2_hd.                            "ERP05

   ENDIF.


Thanks,

Kishor.