SAP TM tables
Hello,I’d like to ask you how I can find the Freight Unit from a Freight Order, I mean in which table I can insert the Freight Order DB_KEY to find the Freight Unit field please?
Hello,I’d like to ask you how I can find the Freight Unit from a Freight Order, I mean in which table I can insert the Freight Order DB_KEY to find the Freight Unit field please?
Hello, everyone, I am new to this platform and pleased to be here, I`m looking for some clarity! I have started the learning journey to becoming a specialist in the supply chain, at the moment I have completed a few courses which lead to a record of achievement, which is good yet I am unsure …
Hello, everyone, I am new to this platform and pleased to be here, I`m looking for some clarity! I have started the learning journey to becoming a specialist in the supply chain, at the moment I have completed a few courses which lead to a record of achievement, which is good yet I am unsure …
Hello, everyone, I am new to this platform and pleased to be here, I`m looking for some clarity! I have started the learning journey to becoming a specialist in the supply chain, at the moment I have completed a few courses which lead to a record of achievement, which is good yet I am unsure …
Hello experts, Does anybody know if it is possible to stop behavior execution and return the error back to API caller from the FOR DETERMINE method? I am using this method to call a BAPI and change my currently processed entity with a transaction ID returned from the BAPI. However, if the BAPI fails for …
Hello experts, Does anybody know if it is possible to stop behavior execution and return the error back to API caller from the FOR DETERMINE method? I am using this method to call a BAPI and change my currently processed entity with a transaction ID returned from the BAPI. However, if the BAPI fails for …
Hi, I am working on a project to automate work order creation in PM. I try to use Powershell with SAP Script. I have an issue with a checkbox (VIQMEL/MSAUS). I would like to check it but I cannot find the way. This is the code I tried : $ID = Invoke-Method -object $session -methodName …
Hello everyone, I am looking for a way to extract all postings over the last years from the SAP JP5 system. It should be data from all subsidiaries. Because of the large amount of data, a traditional export leads to a system crash. The reason is that I want to analyze the bookings and search …
Hello everyone, I am looking for a way to extract all postings over the last years from the SAP JP5 system. It should be data from all subsidiaries. Because of the large amount of data, a traditional export leads to a system crash. The reason is that I want to analyze the bookings and search …
Hi, We can use data_source~* in OPEN SQL to select all columns from table. https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapselect_list.htm#!ABAP_VARIANT_1@1@ But what happens if we have several tables with overlapping column names? For example: TYPES: BEGIN OF t_output, vbeln TYPE vbeln, kunnr TYPE kunnr, name1 TYPE name1, ort01 TYPE ort01, END OF t_output, tt_output TYPE STANDARD TABLE OF t_output …
Syntax and usage of several data_source~* in query Read More »