I recently was requested to implement a feature for merchandise distribution in SAP for putaway and cross-docking methods.
There are other methods like stock-placement, flow-through, and others however I will concentrate only on the mentioned ones.
...
Hi guys, I'm new to CDS and I'm trying to make my first view.
The thing is that when I try the following code I receive the error:
Association _Purchase_Order: BPOSB and EBELP do not have a compatible type.
Is it possible to make a cast on any...
Hi guys, I have the following issue.
In the past, we have added some fields to transaction IH09.
However last year we migrated to HANA and a lot of programs were updated in the process including the program RIMARA20, which is the program behind I...
This time we're going to make a report using the CL_SALV_TABLE class to create a grid with data.
This object is very useful and easy to use that you could make reports preparing first the data and finally exporting it to CL_SALV_TABLE.
It is also p...
Most of the time in SAP the answer for many things come from a lot of sources. The QR code implementation in SAP is an example of it.
At first, I went to google and I found this excellent example (How to create a QR code and show it in a Smartform...
Well, that was not exactly the answer but it led me to the right path.Made 2 CDS views as suggested and for the first one, I used RIGHT and CAST for the incompatible fields.DEFINE VIEW YMM_FRET_0 AS SELECT FROM FRET {
KEY MANDT,
KEY BTYPB,
KEY ...
Thanks for your answer however, on the view ZLLS_TEST_CDS1, Eclipse shows me the error :CAST on Data Element POSNR, type NUMC: type, length of source, target must be the same
Don't by any means use BAPI_TRANSACTION_COMMIT inside this BAdI. You will have serious troubles in inventory accounts.Please check SAP Note 968812 - MM/FI Difference for material stocks for more info. especially point 3 and 4...(Point 3)Your system c...