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...
Pessoal, Alguém conseguiu implementar na badi nova o tratamento para o CST 51 - Diferimento? Preciso mapear os campos vICMSOp, pRedBC, pDif, vICMSDif. Alguém teria uma solução que possa compartilhar?
Hello Community, I got a requirement as downloading the Internal table data in pdf format. How can i achieve it, I mean for downloading files i can use FM gui_dwonload but before that how can i convert my interna table to PDF file. Which function ...
PARAMETERS:int_01 TYPE i DEFAULT 25, int_02 TYPE i DEFAULT 20. DO int_01 TIMES. IF sy-index < int_02. CONTINUE. ENDIF. WRITE: / |{ sy-index }|.ENDDO. Also tried using DO int_01 TIMES. CHECK sy-index between int_02 ...
Hi together, I am trying to get one data from a database table, but it is not working even though the conditions are read correctly. Below is the code on how the data are read: DATA: lv_dat TYPE c LENGTH 10, lv_dat_uncvt TYPE datbi VALU...
I have 2 check boxes and if it is both selected at the same time, it doesn't get executed SELECTION-SCREEN BEGIN OF BLOCK chk1 WITH FRAME TITLE text-008.PARAMETERS: chk_morning AS CHECKBOX DEFAULT 'X', chk_evening AS CHECK...
Hi, I am now learning about the use of methods, so I would like to ask what methods or class have similar functions to REUSE_ALV_VARIANT_F4. Thanks
Hi, we are using the SOA Manager to call a webservice. The WS-provider need three additional tags in the HTTP-Header. Has anybody an idea how to enhance the HTTP-Header with this additional tags and information?
I have the Following selection screen. So my requirement is i need to have search help for the first four select-options. and along with this if i select a select a release group the release group description should should get populated. Sim...
Hi All! We are currently investigating why the creation of contracts with BAPI_CONTRACT_CREATEFROMDATA is causing extreme performance issues. The BAPI gets triggered from an outside system via a Webservice and we've been testing the creation of one...
Here is the line of code i have written PR_ID = SENDER-INSTID. SELECT SINGLE ERNAM, ERDAT FROM EBAN INTO @DATA(LS_EBAN) WHERE BANFN EQ @PR_ID. IF not LS_EBAN is initial. CALL FUNCTION 'ISR_GET_USER_DETAILS' EXPORTING ...
Hi guys, I want to use some methods to replace the function module REUSE_ALV_GRID_DISPLAY_LVC, so I want to ask what class and methods will be used. Thanks.
I have to find the total time in ALV which column is displayed as HH:MM.DO_SUM does not work hence field has content as HH:MM. Could you please help me to find total time or any other suggestion . Regards.
PARAMETERS: p_no1 TYPE i DEFAULT 5, p_no2 TYPE i DEFAULT 3, rb_add RADIOBUTTON GROUP RD1 DEFAULT 'X', rb_sub RADIOBUTTON GROUP RD1, rb_mul RADIOBUTTON GROUP RD1, rb_div RADIOBUTTON GROUP RD1...
Hello to all , i try to search in here similar questions but none of them where the same idea, i need to send material price but the master data is really mesy , an example could be , marerial 2021 is Base Unit Kg , but sales unit is in L but i need ...
Hello Could you please guided me to solve this issue? I am using SAP BTP Cockpit Trial to learn CD view (got a course at Udemy). The issue is that I am receiving this message error when developing a report: "The use of Class CL_SALV_TABLE is...
A SEFAZ-PE, com o intuito de manter a segurança do ambiente de Autorização das Notas Fiscais Eletrônicas de Pernambuco, em complemento à desativação dos acessos com protocolos de comunicação não seguros (TLS 1.0 e 1.1), já realizada no dia 01/06/2022...
hi everyone i want to download the result of my ALV with only 'carrid' 'connid' 'fldate' 'price' and 'currency'i got the right result but when i download the table and open the file with EXCEL, i can't see the head |carrid | connid | date | price |...
I want to fetch data from transaction FBL5H into zprogram for which im submitting standard program FAGL_LINE_ITEM_BROWSER_AR. PFB DATA : lr_data TYPE REF TO data. FIELD-SYMBOLS : <lt_data> TYPE ANY TABLE, <lw_data> TYPE any. cl_salv_bs_runtime_inf...
I am uploading an excel file to a database table using function modules F4_FILENAME and TEXT_CONVERT_XLS_TO_SAP. Before it gets uploaded to the database table, I want to validate my excel file and make sure the header column names of the excel file a...
This is my code, i wrote some joins to join tables, fetch data from them but my join queries are failing and they are getting less data. TABLES:AFIH,ILOA,AUFK,EQUI. INITIALIZATION. ****inputs for the program for fetching AUFNR******************* ...
Hello community, We have a customer requirement where we need to build an odata service in SEGW with some property name arround 50 chars. It seems that there is a limitation to 40, do you know if it's possible to jump over this?
Hi all, in my report I use a copy of report RSHTTP20 (HTTP GET Test). The problem which I have that I don't know the URI on the archive-server where the attachments/documents are stored. Does anybody know how I can figure out that URI ? Thank...
Hi, After doing PGI, at user exit MV50AFZ1 (USEREXIT_SAVE_DOCUMENT_PREPARE) I need to delete a serial number from the contract and add one instead. I am using SM SERNR_DEL_FROM_AU & SERNR_ADD_TO_AU (with SERIAL_LISTE_POST_AU after each one of the...
I want to know what might this option be used for because the display and modification both are not allowed so h=in what scenario will be use it. Pls explain with examples.
How do I perform data validation on an excel file that is being uploaded into a table so that only valid records are updated? Right now my program sometimes leads to incorrect data updates into the custom table because the file data is not validated....
hola estoy usando el Di api de la version 10 y al intentar leer el campo sexo del empleado me arroja el error "EmployeesInfo" no contiene una definición para "s e x" oCompany = Funciones.Sap_Connect(); oEmpRecordSet = oCompany.GetBusinessObject(S...
hi Experts, We have the portal framework page and have the tiles configured on it for the end user to access using the SSO for the various systems like the S4 Hana, MDG and also Solman etc. The think is when we disable the personalization from the ...
Hello together, I am using FM ARCHIVOBJECT_GET_TABLE in my report to download an attachment for an invoice. But I am always getting an error in this FM. I debugged it further and the error is coming from inner FM HTTP_GET. The error message i...
I am trying to upload data from an excel sheet into a database table in SAP. Right now, even when I upload an empty excel file, it gets processed. How can I check if data exists in the file or not and stop the process and raise an error message when ...
Hello Everyone, I have seen so many questions were raised on how to print footer in ALV. I checked all answers and did code but still it is not working. Hence I raised this question again. I want to print page number on each page using end_of_page....
Hi, I am getting this error when trying to open a specific class: org.eclipse.core.runtime.CoreException: Synchronize Content Result for /S4H_100_s4h_ext_mw_en/.adt/classlib/classes/zcl_im_gcts_badi/zcl_im_gcts_badi.apclass at org.eclipse.core.i...
Hi All, I have requirement that I have to make the Quantity field in MIRO T-Code Uneditable. Please guide me on how to restrict that field. ThanksHariharan S
I need to create a canvas with some tabs and inside the second tab I need to put 5 texteareas, how can I do that? This is my abap code: *&---------------------------------------------------------------------**& Include *&-------------------------...
Can somebody lead me tot the solution please.. I want to test if a number is a multiple of 10, if yes it display a sentence that say yes, if not i want it to add 1 to that number until it become a multiple of 10 and i want to count how manu time it...
Hello In the Selection screen I have to select input parameter as Table name from DD02L table with the help of f4. After execution selected table contains all fields from DD03L table and set a checkbox to the fields into the output . Is this p...
Elaborate about Implementing up-casts and downcast using inheritance.
I am in me9L and trying to print a smartform however it doesnt print,when I switch on sftrace it gives me this error: and the footer has this problem: can anyone help me identify this problem where is the problem ?
Hello I have a itab(itab_data) that contains data such as first name, last name, role, etc... and I am trying to put that data into another itab(itab_sy) with client(MANDT) in the first column and SY-DATUM, SY-UZEIT, and SY-UNAME in the last columns....
How to solve if 500 items are in RFQ sent to 3 different supplier and all of them send back these quote. Interactive form is not accepted by the customer.
Hi Experts, I need to copy the standard tcode 'ME2N' and add some field & make an custom report. Here i need to find an structure or internal table. Please guidance me.
I am using two different table to get the GR and Invoice for a PO Number. I am using I_MaterialDocumentRecord to get the GR, and it has the following data: PurchaseOrder | MaterialDocument4500003059 | 500000035345000...
Hi, i have several DIFFERENT word documents template loaded in SAP with OAOR. I'm using I_OI_DOCUMENT_PROXY to get this templates and replace some variables with the values. Then i need to merge all this different documents into just one and sh...
requirement is i need to display 2 fields in output. 1,material data and 2. material description only under specific material group . please help me how to get this.
we have a Middle layer to convert. now user want to eliminate middle layer and convert the File to EBCDIC Format. 1) Is this possible? 2) Any sample program reference is highly appreciated, thank you.
Hi everyone, i'm beginner in ABAP langage and i have a question plzHow can i display 2 different résults from 2 tables ( SFLIGHT / SPFLI ) depending on the radiobutton chosen in the selection screen IN the same ALV with CALL FUNCTION 'REUSE_ALV_GRID_...
How to send a mail whether the idoc of the invoice number is created successfully or not? Can you please send steps how to achieve it?
Dear all, I am trying to get hands on ABAP Debugger Scripting for the first time. My struggle is that the methods init, script and end seem to be read-only. See: What do I need to do, to insert my code? Any help appreciated!
Dear Experts, Please let me know on below doubt.. User want to show 270 column in ALV report using reuse_alv_grid_display , im using SAP ECC 6.0 ...how many max column allowed in ALV report ? any idea
Dear Friends, I have requirement that while creating purchase orders using BAPI_PO_CREATE1 through Inbound Proxy The Cost Center should blank in ECC means For the PO, IF it belongs to Account Assignment Category 'I' and Company Code as AE10, AE20 A...
Hi, i have 2 internal tables of the same structure. I want to compare this 2 internal tables and see every difference on field level ! I want to have an internal table where all differences are listed, like "row number, fieldname, value tab 1, val...
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 |