Hi Friends,I've been encountering issues when trying to use BAPI_SALES_ORDER_CHANGE to remove delivery block. Here's the issues I'm getting:-When trying to change 2 sales orders, 1st one gets posted successfully while second throws an error saying "S...
Hi Friends,
I tried SE18 created enhancement (got an error) and other links (most were old and removed) but cannot implement this Badi (PRICING_AUTHORITY_CHECK_UI), I hope someone can please share some steps so that I can use it to limit adding of ...
Hello Friends,
I just want to check if there's a need to call BAPI Enqueue / Dequeue for the BAPIs below:
BAPI_PO_CREATE1
BAPI_OUTB_DELIVERY_CREATE_STO
Thank you,
Geoff
Hello Friends,
just a quick question, I tried checking but didn't find an answer. When using BAPI_OUTB_DELIVERY_CREATE_SLS, what fm or bapi do we use to lock (enqueue) and unlock (dequeue after commit).
Thank you,
Geoff
Hello friends,
I came across a weird behavior when deleting a record from a ztable.. Let me give you a background of the scenario:
I have a ztable, that has 4 fields: mandt, orderid, delivery and log. During development I update the table and del...
@Patrice - Thank you, helped me realize the structure difference, you're right mandt field caused the issue, as for the delivery it's not a problem cause I don't record delivery in the ztable only itab. I appreciate everyone's help, it's really helpf...
Thank you Patrice for your feedback. I found the reason how it all started, when I deleted the delivery field from ztable, I used to declare the internal table like:Initial Declaration used:Data: itab type standard table of ztab1,
lwtab type zt...
Thank you Patrice for the feedback..I didn't change anything in the source code reason why I'm so confused...I usually code step by step, testing each segment before adding additional logic and I already passed tests until I encounter this now.Anyway...