This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...
First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...
Hello Experts,I am not sure if any one else encountered this question, but I came across this recently, so thought of checking it on this platform. I have been meaning to appear for C_HANADEV_18 SAP Certified Development Associate - SAP HANA 2.0 SPS0...
Hello,experts. I execute RSCPSETEDITOR but Line Editor not execute when I edit text in smartforms. Please tell me how to deacrivate Word in smartforms. SAP ECC 6.0 SAP_BASIS 731
Hi ABAP guru. I apologize in advance if my English is not perfect, but I am in need of some assistance with a problem that I have been facing in the enhancement section of the standard program. The standard program for crud maintenance order has ...
Local tables: LT_VBFA and LT_VBFA_TMP which has the same exact content.LT_VBFA_AUX LT_VBFA and LT_VBFA_TMP content:I was trying to get the ROW 8 but instead, I was getting the ROW 6. I need to get the MJAHR and VBELN/VBELV of ROW 8. Local...
Hi All, I am trying to figure out what causes this error I am getting when clicking on the ABAP project in Eclipse. I managed to create it without any issue but when I try to expand the tree I am getting this error. screen-shot-2023-01-24-at-4470...
hi experts can anyone tell me how to write ooalv report for 5 tables with select options and three radio buttons.
Bom dia. Desenvolvi um ALV onde como uma das colunas tenho o documento contábil. Criei um botão na intenção de pegar esse documento escolhido e anexar um PDF a ele (como é feito na FB03, por exemplo). Até o botão ok. Só não sei que função/classe poss...
Hi, I came across this snippet, but can't understand what is the usage of IEQ.The wo_kunnr-low will be populated by the kunnr found in the select, but just after that there is my workarea wo_kunnr(3) = 'IEQ'. From this I shoud get true or false ...
Hello experts, I am getting exception code data error while calling FM: FTP_R3_TO_SERVER, below is the piece of code. Could you please let me know what is wrong with the code ? FORM download_xml. IF d_xml IS NOT INITIAL. slen = strlen( pswd...
Can anyone help me to fix this ASAP
Hello , When i go to this link https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata , it opens page with this messagess : 503 Service not Available, Error is logged with tag: {00db6e68}, Server time: 2023-01-24 11:41:56...
Hello everyone. I am using version 2205. Regarding the product carousel, I would need all the elements to be responsive. Specifically, when my browser is resized, I would like the badge that marks the discount for a product to be overlaid on top...
Hi to all, I need to update mass users with putting the same data to all of them, I am using the BAPI_USER_GETLIST to select that users and using the BAPI_USER_CHANGE in a loop to set that data to all users. That is working fine, but I would like to ...
Hi experts. I am having trouble finding what field from a Z include stores the value of Total Price on the invoices generated by tcode VF02. I know that if I run VF02 with the doc. number 321174805, the value of total price for the first item will ...
Hello team, I have one issue in SPOOL LIST I am submitting report using JOB_OPEN Submit Report and JOB_CLOSE which generates Spool list in SM37 This report would show the log which is more than 150 char length But I am able to see text not m...
upload-excel.png It is a excel file given by user. Here You see one blank column and value is there. user says blank is there in the excel but it will not come when you are upload the excel. He says hide the blank column and its value also. Condi...
Get Data from an External API in SAP BTP ABAP Environment Using JSON
Hi Everyone, I need to create BDC template to upload mass data for Tcode AS01. I had a macro file with my previous company, but it was already set up and I just had to record any new transaction and open that file via Macro which was already create...
Hello, I'm trying to create a query where I can list the items that have been transfered from one warehouse to another, along with the GRPO receipt date. Reason is when items ship from the offshore warehouse, they're received into a transit war...
Hello, I recently started adopting gCTS for a project. When storing tabledata in gCTS repositories, I noticed that there are usually two files associated with a table. One file in /tabledata that includes the whole record with all attributes and ...
Hi SAP Experts, I am trying to run Dunning, but after scheduling the system is throwing an error that "Dun. selection has terminated" followed by "0 dunning notices generated, of which 0 are to be sent" . Customer open items are available. I ha...
Hi I uploaded the data from excel to internal table and converted it in a tab delimited format. Now I want to keep this tab delimited data in internal table only I don't want to download it. Any suggestions on how can I do it. Thanks Farhan
Hello, I have a question about settings for Belize Theme and basic SAP defaults. That's a quite little thing, but I cannot find a setting for it. Could you please help me to search it and activate? 1. On Belize Theme I do not have a shortcuts w...
input given so and material no automatically get material description when table maintain in sm30?
system already exit service consume,now i want to know webservice url.but i don't know where can see it.
Hi guy, I'm having problems creating a BAPI using the SERVICEOUTLINE and SERVICELINE method, when I insert a service for a PM03 operation the BAPI returns successfully, but when I insert two operations and a service for each PM03 operation the BAPI...
Is it possible to use BSV (User Status) framework with a custom (Z) object?
Hello Experts, My requirements is like below. 1. Once SO is saved, Email has to be triggered to customer with SO number with the below text content. “SO Against PO Number '1234' is created for ‘Customer name’. 2. Once SO is Saved, Email has t...
Hello I have a requirement to fetch only table data from DB using RTTS classes only Is there any attribute to distinguish between Table and Structure Thanks Tarun
i have num1 and num2 i want to find percentage in sap abap.
As per simplification item 2267375 in S4 hana sales activites become obsolete and need to develop solution in CRM on premise. So we need to know for transaction VC01 and VC05 any alternative available in system.
Developer Insight Survey Take the 2023 SAP Developer Insights Survey now: https://sapinsights.eu.qualtrics.com/jfe/form/SV_cBxHFuatcNCxYeG The 2023 SAP Developer Insights Survey is Live: https://blogs.sap.com/2023/01/16/the-2023-sap-developer-insight...
We want to read/write/get/update the SAP solution entities such as Document, change request, incident.... using the API. Which APIs does the tool support? Rest or SOAP? Can we have the documentation link for the same ?
Hello, I'm trying to print a label containing an image, on an Intermec printer. The process I use works perfectly when the label doesn't have an image, but it seems that my current process isn't possible for a label with an image (coded for IPL pr...
Hi All, I would like to make one querry about them to improve performance. The table has 93 million records: SELECT COUNT(*) INTO lv_erdk_count_one FROM erdk WHERE items_archived = '1'. SELECT COUNT(*) INTO lv_erdk_count_two FROM erdk WHERE item...
Hi, in order to solve a problem I have to debug a background task. I tried to debug it with the transaction SM37, but the breakpoints I've set in SE80 didn't work. And the when trying to walk there step by step I end up in a maze of SAP standard co...
Hello, how can I export and import transparent tables (all of it - definition and data) with ADT? Thanks
Buenos días He encontrado esta entrada solicitando lo mismo que nosotros necesitamos, pero no tiene una respuesta. https://answers.sap.com/questions/172692/how-to-create-locked-batch-numbers-by-di-api.html Hay alguna forma de hacerlo? Desde l...
Hi, we need to extract all the files contained in a .gz file. For zip files, we use the CL_ABAP_ZIP class, unfortunately the corresponding CL_ABAP_GZIP class seems not to allow extracting the list of files inside the compressed file. Can anyone hel...
Hi, I have itab with 3 columns: pernr, begda, endda. I have also data in itab: pernr | begda | endda 123 | 01.12.2022 | 01.12.2022123 | 02.12.2022 | 02.12.2022 123 | 12.12.2022 | 12.12.2022123 | 13.12.2022 | 13.12.2022123 | 14.12.2022 | 14.12.2...
Hi, !!!!!!!!!!URGENT, PLEASE ANSWER ON A PRIORITY BASIS!!!!!!!! I have added the following code in the driver program, of a Smartform but still it is not getting reflected in the smart form. SELECT SINGLE a~prueflos, a~matnr, "Added by Uzair 1...
Hi,the API_BILL_OF_MATERIAL it's deprecated since may 2021. But i don't found information when it will be deleted. if someone know the answer thank you
why do I get above runtime error with below code? DATA: gv_kunnr TYPE kunnr. SELECT-OPTIONS: s_kunnr FOR gv_kunnr. "Passed 5 Customer Nos here TYPES: BEGIN OF kunnr_type, kunnr TYPE kunnr, END OF kunnr_typ...
FORM fetch_data. * MESSAGE 'An error occurred during data fetch.' TYPE <TYPE>. IF P_RB1 = 'X'. SELECT TRANSACTION_DATE TRANSACTION_ID TRANSACTION_AMOUNT CURRENT_BALANCE CURRENCY FROM Z019_ACCOUNT AS AC INNER JOIN Z019_TRANSACTION AS TR ON AC~AC...
Hi I need an example code to attach a PDF file to an FI document using INSERT_AL_ITEM method of CL_GOS_API class. Thanks
hello gurus I have been helped by the forum so I am trying again. I have to uplod scales using a table whose key is the currency (WAERKS) and Material number. VAKEY is a concatenation of WAERKS and MATNR (Internal value, with leading zeroes). ...
Hello community! I am doing an exercise on internal tables, and when writing the following code I have a syntax error. The syntax error that it generates is the following: "USING" expected, not "READ TABLE HOLIDAY WITH". could someone guide me?...
Hi I have a requirement where I need to disable a Parameter(which is for selecting a file) after I have extracted the data from the file and validated it and display it in a report. Then when I go back to the selection screen the parameter used f...
hello experts, I currently have a json output where I should map abap deep structure field names to the expected json output. ex: /XYZ/V_CRNCY -> VCRNCY. I'm currently using a REPLACE ALL REGEX to remove the /XYZ/ from each field but I think ther...
Hello Experts, I have a requirement. If Sales Order is changed with respect to Quantity, Price, Material Code & dispatch Date, Email has to be triggered to Customer. Could anyone please give clarification and proper code for this. Thank...
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |