Skip to Content
0
Former Member
Mar 27, 2009 at 02:41 AM

Create TO by Posting Change Delivery - NO BDC or FUNC

194 Views

Hi Experts,

We're trying creating TO based on Posting Change Delivery through ABAP programs, but faced with problems.

1. BDC - LT03 is impossible.

LT03 processes Posting Change Delivery quite differently from normal DN. We have no way to select the Storage Type and Storage Bin because they are dynamically listed in a table control. There position is hard to get.

2. FUNCTION

We've tried function L_TO_CREATE_DN. But the parameters are also quite different from normal DN. It is not allowed to set Item Specification IT_DELIT, and even we do so, TO creation also fails.

Does anyone have similar experience or any suggestion? Many thanks.