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: 

BAPI_PO_CHANGE functionality query

former_member590160
Discoverer
0 Kudos
195

Hi experts,

I have a program to auto block PO.

In program I have use standard BAPI_PO_CHANGE for blocking the line items of my PO (in loop).

Input screen: PO date duration

There is a situation where for some PO my standard BAPI is displaying the attached screen. Can anyone explain me what is the significance of this screen and what steps I can take to avoid this screen?

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos
120

AFAIK this BAPI doesn't display any dynpro and it should not.

So you should look for

  • OSS notes (most unlikely)
  • Some customer developments: Customer exits of enhancement (SMOD/CMOD) MM06E005 or BAdIs (SE18/SE19) ME_GUI_PO_CUST or ME_PROCESS_PO_CUST for example, but can range from implicit enhancement options to sscr key change of standard of course.