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 from our ECC 6.2 system we intend to send API's via Netweaver to Azure. Question is if the Sales order API is the same for all Sales order types Standard Sales order, Scheduling agreements, Return orders etc? Same question regarding billing API...
Is there a tool that can convert a simple transformation to an XSLT program? The initial dev started with a simple transformation and already includes the mapping, but it has to be redone to an XSLT. As the transformation includes more than 700 lin...
Hi, has anyone been able to integrate the new statutory requirements (2022) for invoicing directly onto S/4 HANA Cloud.
Hello everyone. I'm trying to send an html email in the body with Xls in the attachment. Can someone give me a direction, please?
Hi Team, My requirenment is to add production order field in 1st screen of MB21. after that i have to add another field in Second screen at item level. I tried many ENh/Exit/Badi but still no solution, also i tried SHD0, via this we can't...
Dear all, please could you clarify the relationship amog these tools? - Custom Code Migration SAP Fiori app; - SAP Readiness Check; - ABAP development tools in Eclipse. I'm reading blog and SAP training material, but I'm not understanding ...
Hello to all. I am new to SAP and I am having a problem inserting an amount in VK11. The steps I am following are: VK11 > *Insert a condition type" > Cost: 5,9999- The problem I have is: Input only in the form __.___.___.__~,___V (message 0008...
Hello, For information, I'm posting this question along with my answer but you're free to add your own one, I'll accept the best one (according to me). I have a ZMYTAB table for which I have defined a maintenance view ZMYVIEW (join of ZMYTAB with...
Podcast: https://podcast.opensap.info/sap-developers/2023/09/07/sap-developer-news-september-7th-2023/Devtoberfest PromoDevtoberfest group page: https://groups.community.sap.com/t5/devtoberfest/gh-p/DevtoberfestDevtoberfest event page: https://groups...
Hi, We have a global variable with name wa_pb_file_recxyab of type ty_pb_file_recxya. data: wa_pb_file_recxyab TYPE ty_pb_file_recxya. Inside one of my subroutines, when i try the below, nothing gets assigned to wa_pb_file_recxyab wa_p...
Dear SAP Developer Community We have a customer requirement in the area of settlement of condition contracts (transaction WCOCO); both for vendor settlement (transaction WB2R_SV) and customer settlement (WB2R_SC). In the process the FI documents ...
Existing custom z*matmas earlier shows few fields with zero. After my modifications in we30 realignment of segment sequence and BD53 now same fields coming with forward slash '/'. How to avoid forward slash here. Appreciate for your inputs. Than...
I need help ! I'm trying to modify the ALV output in order to delete subtotals lines equal to 0. Is it possible to attach top-to-page event to the SQ01 ALV by addind code in SQ02 ? Thanks for advance.
Hi experts,I'm trying to change the color of the header title using cl_salv_display_settings. I haven't found a way to change the color. Do you think it is possible? DATA: gr_table TYPE REF TO cl_salv_table, lr_display TYPE REF TO cl_salv_displa...
i want to update status from yes or not the function in abap work good but how i write this code on ui5? the name of the function in abap:ZUPDATE_STATUS_MICHALSקבע thank you!
Hola Estimados, Estoy creando un reporte de venta y preciso poner las propiedades de los articulos, selecciono la propiedad la cual me figura una columna por propiedad, pero el resultado que arroja es Y o N, Se puede cambiar ese resultado de Y por...
Hi, When I am changing associated type from CHAR200 to CHAR1024 for an import parameter in the function module , it is giving a short dump "Error during IMPORT of object". CX_SY_IMPORT_MISMATCH_ERROR. How can we resolve this ?
How to create Odata for Excel File download/upload in Odata throw sap.
How to pass range values in the API URL and how to use it in the class level.
As per the requirement I have to add due date to smartform. I understood that we can not find due date in any table and we have to calculated at code level using function module NET_DUE_DATE_GET . I have tested the function module in SE37 and it ...
Hey guys I have the following error when activating the FIN_AUTO_CORR_MIG_ERROR program Does anyone know any sap notes or any way to fix this problem? The sap is SAP_APPL 605 0008
BuildAppsのバックエンドとしてSQLインジェクション等、保証する前提や制約条件が存在するか教えてください。------------------------------------------------------------------------------------------------------------------------------------------------Learn more about the SAP Support user and program...
BuildAppsのフロントエンドとしてクロスサイト・スクリプティング対策等、保証する前提や制約条件が存在するかを教えてください------------------------------------------------------------------------------------------------------------------------------------------------Learn more about the SAP Support user and ...
Hi. I have two variables (string and xstring types and content) with data obtained from a API response. The variable lv_responseissue contains Bin data of a ZIP file. The variable lv_responseissue_x contains xstring data of a ZIP file: I need ...
hi team, i am convery normal abap program into AMDP. normal abap query is working fine but same requirement in AMDP is not working due to different variable and my whole query failed, i am getting all data from transplant table and getting dump w...
Hi All! We've recently been running into a weird issue where volume units (field VOLEH) in delivery header table LIKP was changed from CD3 (or externally CDM) to DMQ when shipment confirmations were processed. When these LIKP-entries are later acce...
add Offsetting A/c Number and name column in FAGLL03 report in ECC
Hi Guys, please, find below an example of an ABAP code to create an iBase. REPORT ztest_ibase.DATA: lo_engine TYPE REF TO cl_ibase_engine, lv_moment TYPE ibxx_ref-moment, ls_ibib TYPE ibib1, ls_ibibt TYPE ibibt1, lt...
Hello, does anyone know a report that reads the complete company structure? E.g. company codes, controlling areas, asset classes, warehouses, storage locations etc?
If you have not checked out the initial blog post for this challenge, please do so and get your development environment set up as outlined in the post. Task Description We are working on creating test(s) for a particular course/subject. We need to ha...
With the following code, error ")" expected, not "(". is returned in syntax check. What could be the reason ? RANGES r_matnr FOR mara-matnr.r_matnr = VALUE #( sign = 'I' option = 'EQ' ( low = '32000' ) (...
Hi experts, Currently I am doing a performance test of batch update 200 products by API using ST12. I have test multi times and found HANA Processing Time is not stable, which means the value of it could be very different in different runs. Howev...
Hello, So I have this warning by the compiler: Include name "Z_wwwww_ABAP2XLSX_DEF" does not begin with the prefix (ZCL_wwwww_CREATE_EXCEL) of the current class pool. I understand why it happens, I agree that 99% of time it's bad to have an ...
Hi all, my scenario is i am giving 3 group numbers (plnnr) in the alv selection input parameter(s_plnnr) and 2 languages (DE,EN) in parameter s_spras . but i am getting error as ( Text 004N500725670100000003 ID PLKO language DE not found) i a...
Hello Builders! Today we're kicking off the first official Builders Beyond Code We're welcoming visitors from around the world to our hybrid event - the in-person meetup in at the SAP Data Space in Berlin and to our LinkedIn Live. Feel free to share...
when I am trying to delete serial number profile in mm02 getting serial number already assigned to material , how to use risern9 report to delete serial number profile in sap
I am keen on learning structured ABAP for connectivity. But two things need to be resolved 1] Having access to a development system on an on going basis, and 2] I can't afford training courses costing thousands of dollars. I could resolve 2] by buyin...
A customer has asked for the name and email address of the SAP Information and CyberSecurity contact. Is this available and can it be shared?
I am calling screen 200 after selection screen. I can able to create layout . Now I want to create module pbo , which I am doing by uncommenting and by double click. Once the double click is done, it is just buffering, and system is not responding. I...
Hi experts, I'm using an enqueue object to lock a table, my SAP server is a group server that have 3 server instances. I'm wondering if I use enqueue in my code, does it work for all instances? I think the answer is yes, but hopefully I want to k...
Hello, XVBAP is a structure. XVBAP[] is a standart table. So, What is "XVBAP[1]" ? I am able to get the value with XVBAP-MATKL. What is XVBAP[1]-MATKL used for? Is there such a thing as XVBAP[2]-MATKL? Thanks.
Hi SAP Experts, Is there any way to upload csv file to local PC or AL 11. Please help.
Dear experts, We have a requirement for sweden that we need to upload the data into SAP which is coming from third party system in SIE file format and also download the SAP data in SIE file format . According to below link SAP does not support SI...
Hi, There is a requirement to get data of parameters Goods Movements and linkage table for Goods Movement(LINK_CONF_GOODSMOV) in function module CO_RI_TIMETICKETCONF_CREATE. So to get the data of the following parameters what are the fileds do we...
Difference between non unicode and unicode program ? How does that effect coding?
Dear Guru's, I'm currently working on an S4 implementation, for interfaces we are looking into setting up a SOAP call with a third party. Before I only used proxy objects from PI/PO or oData calls to BTP. So a direct SOAP call from S4 is new to m...
Which BAPI to call to change MARC's CONS_PROCG (Consignment Control)? DATA: lt_plantdata TYPE TABLE OF bapie1marcrt WITH HEADER LINE, lt_plantdatax TYPE TABLE OF bapie1marcrtx WITH HEADER LINE, lv_function TYPE bapie1mathead-function, ls_headdata ...
Dear All, i need to remove space character from input free text in program displayed #### in table so in smartforms display look like this 1. text exampel here 2. text exampel 2 here
Hi Jana, does these features apply to our all our cloud providers in China?
Hi experts, hope you'all are doing really good!! I came here with a question since I'm still new on ABAP, the question is: How to get a BAPI header return message in ABAP program since the BAPI is not returning back this message variable in the...
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 |