Hi sh4il3sh,If you put the unit test class into the T99 include of the function group, like you should: https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/where-to-write-abap-unit-test..., you can directly assign your needed value...
Hi Scott,Looking at your screenshot, I'm assuming that you're using an on premise or private cloud S/4 system. There, you can achieve this block by introducing a user status for these serial numbers that gets set during goods issue and prevents new ...
Hi sh4il3sh,If you put the unit test class into the T99 include of the function group, like you should: https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/where-to-write-abap-unit-test-classes, you can directly assign your needed ...
Hi Yalcin,My guess is, that your column LGORT allows null values and the value of LGORT in your example is null. You can check this in transaction SE11, if for this table the flag "Initial Values" is not set for LGORT. If you press F1 on this checkbo...
Hi,The dump occurs in a Z transaction, which means it's not part of the standard SAP shipment, but was created in your customer system. So you'll have to debug it on your side. Likely there's an SQL statement which is not selective enough and returns...