623 questions
0 votes
1 answer
143 views
CDS-based table type?
Can I create table type from CDS view? This is what I see when I try to put CDS as a line type for TT despite this CDS exists and I see it in SDDLAR. I tried also to create table type based on ...
0 votes
0 answers
36 views
WinShuttle plugin in Excel
Is there some trigger for the WinShuttle Excel plugin to recognize that an Excel file contains valid data for WinShuttle to process? We're in the process of preparing Excel files for WinShuttle to ...
0 votes
0 answers
107 views
How to set BLDAT on a different value than BUDAT with BAPI_PRODORDCONF_CREATE_TT?
Im using BAPI_PRODORDCONF_CREATE_TT to create a Prod-Order. I set postg_date in the Structure for the Timetickets to our budat, but that also changes everytime the bldat in the mkpf. How to avoid that?...
1 vote
1 answer
132 views
BAPI_CUSTOMERQUOTATION_CHANGE is inserting new items in different position
Hello Fellow SAP Experts, I am facing an erroneous behavior with the BAPI for Sales Quotation Change, BAPI_CUSTOMERQUOTATION_CHANGE where I am trying to add new line items: Consider the above image ...
0 votes
0 answers
119 views
How to apply custom button and function code in FB60?
We are implementing a custom function to attach DMS document for FI tcodes F-22, F-29, F-47, FB60, etc. Currently, we added a custom button to FB60 and assigned function code to it and we created an ...
0 votes
0 answers
1k views
ABAP CDS View - ON and Where Clause Using Substring
I create SAP ABAP CDS view using Z table join with table AUFK and COBRB. I want filter field GABJA based on year of KEYDT and field GABPE based on month of KEYDT. But, when I put code c.gabja = ...
0 votes
1 answer
326 views
PNP Logical Database Selection Screen
everybody. I'm making a request to the HCM department and using some Standard Logicaldatabase, and I am facing a problem that when the BUKRS filter is not filled, I fill it with a specific BUKRS, but ...
0 votes
1 answer
447 views
How to check the value of the global container in SAP workflow?
I am looking for a way to check how the values in the container change during the runtime in debug mode. The containers that are bound to a task I can set a breakpoint to see how they change. I want ...
0 votes
1 answer
880 views
Issues using SAP Table Connector in ADF with SHIR
Hi I am attempting to use the SAP Table connector in ADF, I have put in all credentials correctly. However, when I test connection, this is the error that I get ! "Could not load file or assembly ...
0 votes
1 answer
804 views
How to add external email notification to SAP workflow WS20000077?
I need to add email notification to WS20000077 workflow in SAP. All approvers should get an email notification when they have an internal approval request in the SAP inbox. In the container there are ...
0 votes
2 answers
2k views
Get the full Directory Path of Application Server using Value Help in Selection Screen
Here's the requirement, I want to get the Directory path and populate that in the Selection Screen Parameter of my report. But I don't see any standard Function Module to get the path, as it always ...
0 votes
0 answers
163 views
How to synchronize data from SAP to an external database?
Our goal: Synchronize a delta of SAP tables to an external SQL Server database without complex ABAP reports. We are using an SAP ECC 6.0 EHP8 system. In our current landscape, we are running RFC-...
0 votes
2 answers
727 views
How to select Sales Tab in Transaction BP from ABAP
I want to start the transaction BP with the "Sales"(Vertrieb) View, but my code below just opens the default starting Page: Do I need a subheader-ID? If yes, how do I find it? If no, what ...
0 votes
1 answer
653 views
SAP Split Valuation vs BWTAR field logic?
I'm creating a report on SAP Inventory - not by ABAP or any other native tool, I have instead a direct connection to the database and use an external tool. The MBEW table has the following keys: ...
0 votes
1 answer
68 views
Groovy script to replaced nested loop attribute
Need to help identify the scheduleline array object and set the quantity field to number removing the "". I need some pointers on how i can access the _PurchaseOrderScheduleLineTP....