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...
Hi Experts, Sometimes a select statement written inside a BADI method can be triggered for all the records in loop which may affect the performance. Could you pls share the best possible ways to avoid identical selects in such cases? For example...
I have a requirement to store and transform a large XML document...larger than 65k (string limit). I am using an LCHR to store the XML. Since it exceeds the LCHR/INT2 32k byte limit I am splitting the XML into pieces and storing in multiple rows. Tha...
Hi, I am using SALV for generating a report. My requirement is that when i select any particular row i will need to automatically select all rows associated with that row based on certain conditions. So how do i get to know that a user / me has...
Hi All, I have checked multiple SCN threads and tried few solutions but couldn't get excepted outcome. I am trying to get GOS Document data using FM SO_DOCUMENT_READ_API1. Data outputted by parameter object_content is being used for further pro...
Hi Experts, We have one SQVI, User has changes one fields in SQVI in Production... now that changes is getting reflect only for that user... So how can i convert that changes to other user as well.... Can anybody help me....
Hi Friends, I am having a layout parameter on the selection screen. We have passed the saved layout in the parameter. Now ALV is displayed properly. Now the requirement is before display the ALV send a mail with output attachment. The attac...
Hi, all experts, Why I find no Information from this table ANEK. (SELECT * FROM ANEK) I can find this table and all related infos by using TCODE SE16 but I don't know why this table in SQL-Editor is empty.B KR, Ron
1) How Can I display all custom data elements and custom domains of a custom table using report programming ? 2) In a report if there are 3 Includes How can I display include names and data types used in that report.
About DOI ,what is the reason for error message 'Memory protection fault occured in document interface', it does not always happen, help please
Hello all! using bfeeb8ed7fa64a7d95efc21f74a8c135 's great blog, I managed to create my CL_SALV_TABLE with all the functions (customs and not) I need, making it editable thanks to naimesh.patel 's hints. Now a new businness requirement comes up: ...
Hey everyone, i would like to split an Input String at a seperator, SPACE for example. But i want everything in string literals (with |pipe| and 'comma' if possible) to be left alone. Example: |This is a 'test string' for testing| Should become a...
describe table item lines v_lin. read table item index v_lin. IF v_lin IS NOT INITIAL. " Fetch the last line data and for Judge MESSAGE s001(00) WITH 'NO DATA'. ENDIF. When I type the code and the last line data is existin...
hi . i have 6 parameters and 4 radiobuttons , for the first two radiobutton i need 2 parameters, for the 3rd radiobutton i need only one parameter and for the last radibutton i need all the parameters displayed in the seletion screen. i am a fresher ...
In my smartform I want to display SAP symbol based on input value of Tax-included, If the value is 'X', display symbol 682 SAP_CHECKBOX,else display symbol 679 SYM_SQUARE. Currently I create text element for each symbol at same location. Then display...
Dear Experts, I want to able to maintain translations for text-element, selection texts while developing objects in Eclipse ADT like we can do it in SE80. Is there any way to do it in ADT. Thanks, Deepak Dora
Unable to parse xsodata file for Tiny world tutorial. Can someone help here? I'm able to build and run my application - I get "Hello World", but unable to read the data. The tables and models exist. Here is my service - euro.xsodata service { ...
Hi Experts, I need a small help from you. currently I am working on a SAP support project and I am facing a little bit problem which is related to the lock entries. while I am deleting the lock entries which is older than 1 hour, the lock entries b...
Hi, The background job BIREQU_DW38YTUA41Y6SCA29P3FOQOI8 cancelled in ECC system with the following details - Job startedStep 001 started (program SBIE0001, variant &0000000268742, user ID ALEREMOTE)Asynchronous transmission of info IDoc 2 in ...
Hello, I'm looking to add the requester into my item overview so I can filter better. I'd like to have one of the columns be the Requester name but can't figure out how to edit these columns. Any help would be great, thanks!
Is there support for Mac OS for the integration to Outlook for Mac and Excel Mac now in Outlook 365 in 2020?
Dear Experts, I need to convert BASE64 string image to PDF content. The converted PDF needs to be attached to the PO. Could you please help me out with the sample code. Regards, Saran.
I am trying to generate a CSV file with constant values for column header and dynamic values from SAP tables as the values for each columns. Since I have a large amount of column names, how to maintain them without hard-coding the values in the ABAP ...
Hello, In IDoc INVOIC02, segment E1EDS01, field SUMID qualifier there are two possible values for sales tax: 007 Sales tax005 Sales tax total What is the difference between these two qualifiers? Is the information in the field SUMME (amount) ...
I want to exclude some values in select-options.Currently I use a standard select-options. select-options: s_type FOR bkpf-blart. If I want to exclude values in s_type, for example 'KF' and 'KI' so that user can't select these two. How to do it?...
I am trying to perform the installation for several days and the same errors always occur. I do not know what to do. I already applied Oracle’s note, configured the virtual machine as requested, installed the packages requested in OpenSUSE 15.1 and t...
Hello All, I am automating an SAPGUI application using the Automation tool CBTA. Within the application I need to capture the screenshot of the pdf form in print preview status. The pdf form is not displayed in the SAPGUI window instead Adobe Do...
Hello All, I am getting error - Enter business location in BAPI_ACC_DOCUMENT_POST. Could you please help me with this. Thanks.
Hi all,i just create program to upload file ( word, pdf, excel, ppt, image ) using GOS attachment like below code. DATA: g_object TYPE borident. DATA : BEGIN OF it_attach, nourut LIKE ztab_tasklist-nourut, END OF it_attach. DATA : gcl_gos_o...
Hi Experts, Can you please help me understand the error that I encountered in Tcode VFX3? Kindly see below. Error Message: Error in Account Determination. What should I do to fix this error? Thank you in advance for your time and help!
I have created reservations manually against cost centers and projects(wbs elements) in MB21. I am wondering how or if it is even possible to create purchase requisitions or purchase orders related to these reservations? I am familiar with these on p...
Using PostMan we can find the data providers,report elements and many more but In this I have to put each Report ID every time to access the report elements,dataset etc Is it possible that without entering report id every time It automatically take...
Is it possible bulk insert in hana like INSERTINTO tbl_name (a,b,c)VALUES(1,2,3),(4,5,6),(7,8,9);
Hi, I have an ABAP Program looks like query generated pro, how can i find the original query name ABAP Pro Name: GPAXU98VEJJ9IVVOPTNNTZUD7F9200 Regards
I am getting all the Purchasing document that is archived and I'm getting an error that "The work area "I_TAB" has fewer fields than selected." Can you tell me what is wrong with my code below? TYPES: BEGIN OF t_tab, ebeln LIKE ekpo-ebeln, loekz LI...
dear all, i have the problem, that the quickfix has no suggestions: quickfix-no-suggestions.png Somebody an idea for this problem? System: SAP_BASIS 753 0001 SAPK-75301INSAPBASIS clipse IDE for JavaScript and Web Developers Version: 2020-03...
OK, we know that if you have a numeric type and try to assign a string value to it, any non-numerals will be ignored. I.e. DATA mynum TYPE n LENGTH 4. DATA mystring TYPE string VALUE 'DI01'.mynum = mystring. mynum will now contain the value 0001....
Hi, I have created a dynamic structure using RTTS for the view 'FINSV_MASS_CTRLC', and at the same time, dynamically appended 2 single character flags to the structure to create a type handle for casting. I have used the same code for several oth...
Hello folks , I need Automate of condition inserting into loans in my ABAP program . is there is any FM/method/BAPI to do that ? .
Can anyone tell me the steps how to add new fields in MM02..?
This is the voting thread for the SAP Community Coding Challenge 2. For more information, please see the following material: - SAP Community Coding Challenge Nr.2 - the challenge description - SAP Community Coding Challenge 2 – Update - an update...
Hi , There is this issue with Tcode MB90, When we give in the material document number and execute, for same material document number there are two descriptions and we select one and run the Smartform it takes normally, if we select the second ...
Hello, I'm trying to create a report that reads a file and display it within a dynpro. I'm using class I_OI_DOCUMENT_PROXY to display excel and word files. With method OPEN_DOCUMENT_FROM_TABLE I can open and display the file but is not in read ...
I am new to Include Programs. I have added them in my main program. The code of main program and Include programs is shown below. I have used Global Structures (zabap_vbrk) and Table Type (zabap_tb_vbrp): REPORT z_abap_practice_1. INCLUDE ZABAP_IN...
Hi there. I have a reporte ALV, where I'm triying call my status GUI from my program report to a method in a global class. I'm using the next function: lo_alv->set_screen_status( report = sy-repid pfstatus ...
I'm looking to find out the views of people here on the Q&A for ABAP Development. 1. Are you here to find an answer or did you come to browse and maybe answer a few queries? 2. The Q&A shows very few questions have votes and most have just one an...
Hello All, I work as an ABAPer but don't have a lot of experience with BGRFCs. Requirement : - The user makes amendments in a document called 'Trading Contract' and clicks on the 'Save' button to save them.When the save button is clicked, ...
Hi!, Recently i just learning ABAP Program. Creating Class, Database Table, Data Definition, Service Definition as well the Behavior, following https://developers.sap.com/mission.abap-dev-get-started.html . All the code fine works!. I just write b...
Hi All expert, I created a tabstrip with winzard in a module pool program. It generated related PAI PBO modules as well as function code for each pushbutton. But when i click them, it does not switch to target tab. I trieded to debugged it.There ...
Hi, Good Day! I am requesting you: We are using report RFDUZI00 to post interest for multiple invoices as one amount(Total each invoice amount and posting as one amount/document) But My requirement is: Post each invoice interest one by one (with ...
Hi Folks, as many of you know, I'm not really on speaking terms with ABAP OO yet, so struggle with even the simplest tasks as I'm never quite sure if what I'm doing is the proper and/or best way to do it (even after checing stuff in Clean Code or v...
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.
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |