Hello,
I've implemented P/S BTE 1030. The requirement is to post a follow on accounting document immediately after the original accounting document is posted. Inside the BTE I've an RFC-enabled wrapper FM(called in background task destination none)...
Hello,
We are in the process of automating vendor payments through API mode. A part of the requirement is to pass the payment information to the bank in XML 20022 version 3 (pain.001.001.03) format. The XML needs to be added as the request payload....
Hello,
Can someone explain why:
This compiles and works without errors:
data:
begin of ls_hotel_item_group,
posnr type accit-posnr,
group_index type i,
item_type type cte_s_fin_post_entry_item_rel-item_typ...
Hi
we are having a plant code where it is mapped to different storage location based on material type (Finished Goods for 1501 and Traded 1601)
both Sloc having sufficient stock in this plant. But during SO, it doesn't allow to confirm the qty fr...
Hi,
We are trying to consume a JSON based REST API in ABAP using cl_http_client interface.
Following is the request format as prescribed by the API provider:
1. Protocol Header – Authorization: Valid User Name and password in encoded in Base64 ...
Hi Paul,
You are absolutely right. And that is precisely the approach that I took: SALV for the "ready-made" fieldcatalog and then CL_GUI_ALV_GRID for a plethora of customizations on top of the vanilla ALV functionality. I also often use cl_gui_cust...
Hello Paul,
First off, thanks a zillion for this wonderful and insightful blog. Just wondering if you ever got a solution for making individual cells editable using SALV. All I get is a short-dump where the SALV's display method tries to interpre...