Application Development and Automation 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: 
Read only

BAPI_PRODORDCONF_CANCEL

Former Member
0 Likes
823

BAPI_PRODORDCONF_CANCEL.

We are using the BAPI_PRODORDCONF_CANCEL to post 102 movement with reference to a 101.

If the referenced 101 is in previous period and that pervious posting period is open then the its using the 101 posting date instead current date.

Per our business requirement we need the current date on 102 movement.

Any help would be appreciated.

BAPI_PRODORDCONF_CANCEL.

We are using the BAPI_PRODORDCONF_CANCEL to post 102 movement with reference to a 101.

If the referenced 101 is in previous period and that pervious posting period is open then the its using the 101 posting date instead current date.

Per our business requirement we need the current date on 102 movement.

Any help would be appreciated.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
614

Hi,

I don't think that it is possible to force posting date. Here is a quote from SAP documentation for this BAPI

PostgDate

The posting date for the cancellation can be entered in the

PostgDate parameter. This posting date is only used though, if the

posting period of the original posting date has been locked in

Controlling for further posting. This could be the case if the

posting period is a long time ago and it has been settled.

You can try to replicate fucntionality of this BAPI in your own function module where you will force your own posting date.

Cheers