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 , i am trying to emulate this python code in abap , but without luck: def _convert_result(result): # pragma: no cover """Translate SOAP result entries into dictionaries.""" translation = { 'NOMBRE': 'name', 'COMPROBA...
Hi Experts, I want to display "ersda" field from mara table. But unfortunately I don't getting the data of ersda field can you please help me to solve the issue .for generating the report I used for all entries .In my report I used mara Marc mseg m...
I am not understanding the difference between these two. I have one requirement like if so item is tagged with advance receipt, then only it will not all you to delete that line item. For this I have gone to MV45FZZ program and find userexit_ch...
H there, I've just installed Eclipse (2019-6) and the ABAP Development Tools. The problem is, that the forward navigation with CTRL+LEFT MOUSE is nor working (e.g. when clicking on a variable to get to the declaration). Same issue with Eclipse ...
Hi Team, I am enhancing the CDS view of data category Cub with an interface/Basic view, using association , after activating the extended CDS View , i could not see the extended columns in the structure, extended columns are separately appearing in...
I Have a custom t-code which generates a smartform. Now my requirement is that as soon as user generates this smartform, a copy of the same pdf gets attached to OAOR against Business Partner Number. Kindly suggest me how to approach the problem.
Hi Guys, Could somebody help me? I need some example of FQ EVENT 3704. Unfortunately in the documentation there is no example. Thank you in advance,
Hi ABAP experts I have a z table where in a date field is there . every day the date filed in the record need to updated by system date . can any one help me in providing the solution using TMG in abap or alternate way . Regards Chandu
Hello, I'm currently running into an issue while developing an FTP connection through the server application.Whilst using the FM 'FTP_CONNECT', I keep getting the error: User XXX has no access authorization for computer YYY I've searched a lot ...
Hello, what needs to be done to show an Icon in a maintenance dialog to visualize a certain Status? Is there somewhere an example I can look at? Kind regards, Thomas
error.pngHi , I am getting '0 Communication' message from BD21 / Report: RDBMIDOC for Custom MATMAS. I have already done below mentioned configuration: 1. BD61 2. BD50 3. BD52 4. BD66 5. Table: CDPOS, CDHDR and BDCP2 are also getting up...
I m looking for a BAPI/FM which can help in deletion and update of materials corresponding to the operation in process order at item level. Have tried BAPI_ALM_ORDER_MAINTAIN- but its for maintenance order and not process order and other BAPIs ar...
Hi All, I have a scenario where the report should ask for a TR number and rename all the objects in the TR as per certain naming conventions. Is there any way to rename the object in mass programmatically? If so, please help me with this. PS:...
Dear expert, Please help me on this issue, change pointer to receiving the customer master (DEBMAS) IDOC, inbound IDOC failed with status 51. Same kind of issue already worked for Vendor master (CREMAS) in different system. Followed note 199514...
Hi Experts, Please help me to write a coding for the below scenario.. Table Name - Input from Parameter. Field Name - Input from Select Option. Where Clause - Input from Select Option. File Name & Path - Extract the data in the mentioned pa...
Hi, I have a requirement where i need to create a stack bar chart in SAP-ABAP. Is it possible to achieve the given below image through SAP-ABAP. ie.
Hi all, I know it's a trial version, but is it possible to install some standard tables? and some transactions like SE16N. Thanks!
Hi Everyone, I have a requirement to create Yard Request(YR) based on the file/record receive from PI/PO system. I used the Standard BAPI provided by SAP to Create & Update YR in the program but when I check the Created YR in tiles, I can find tha...
Hi All, In BOPF objects we will be having Node Structure Node Elements Groups So inside this "Node elements" we will be having Nodes and inside that. Node CategoriesAssociationsDeterminations etc... So can any one help me how to edit(Check...
Hello, the problem i try to solve: i have an database table with e.g. 50 columns.I want to create an internal table with a subset of these columns (n<50), due to performance reasons.The data load is huge and i want to reduce the computing time (ope...
Hi, i have implemented the credit card functionality, some of the cards are failing when there is a RFC call from sap to card connect, the function module SD_CCARD_AUTH_CALL_RFC is returning the error message when the card is unable to meet the re...
Dear colleages, In my z-development I have some record type that is maintained in SAP system and is supposed to be distributed to external non-SAP system. There is a lot of data, so it should be possible to pass changes/delta. I decided on ...
I have written the code to delete the PO by using bapi but again I want to write the Object in which, deleted object to be undelete. I have tried to do but not getting. can any one help me. below I am copied the code for delete the PO. SPAN { font-...
Hi there, Scenario: an event with a custom parameter is defined in a class: class ZCL_WF_TEST definition public final create public . public section. types: BEGIN OF ty_container, bukrs TYPE bkpf-bukrs, belnr TYPE bkpf-b...
Dear Expert, I have set print area in ZXLWB_WORKBENCH, but when i print in my program, the print area is missing. Any idea? Regards, William
Hey guys, I'm working on a program which optimize reports as a project from my university. So it scans reports and try to fix them automatically. I will try to explain my problem with an example: [random code] read table l_t009b into wa_t009b w...
Hi Experts, I have used the docking container to split the screen to left and right side. Now i want to display the selection screen and alv output on the right side and left side i want to make tree model. i am able to make tree model on the lef...
Hello. I would like to ask how do I go about re-triggering an output type after reversing the outbound delivery in VL09? The output type has "Multiple Issuing" ticked in NACE so it has an unprocessed status even after processing. I came up with add...
Dear Expert, Anyone know how to set print area from excel workbench? Can it set like smartform? So when i click print, system will export in A4 page size? Regards, William
I wan to change the screen names of variables so I use the 'Selection Texts'. I put the text in the field, go back to source code and save but the result is same before. How to change the screen names of variables? Selection Texts Page Res...
Please provide sample code to add tabs at run time using bus screen framework,
I have kept materials and company code as parameters on selection screen. Now I want to fetch data based on materials or company code. If material is given on selection screen then that material should be displayed for all available company codes...
What do you mean by SUB MATCHES in SAP ABAP
Hello Guys, There is a requirement to hold values of BSEG structure into an internal table during the runtime of FI posting. What options are available ? Thanks
Hello, I'm new in Fiori development, so i need your help with date format. In oData service I converted vfdat to timestamp for ABAP to Fiori request. Like Read or Query, but for update request I get this error : CX_SY_CONVERSION_NO_DATE_TIME C...
Using cl_salv_table to display a custom built internal table, do you know of a way to switch between field name and field label, similar to how SE16 does it. Basically show the column names of the of the internal table as header fields in the ALV gri...
hi ,please can any one help me i am tring to get variant using the report name. So i am trying to get all information about the reports that are running in sm50. Then i want to get the variant name used in every report in the table result of sm50. ...
Hallo zusammen, wenn ich in Eclipse 2019-06 ein GUI öffnen möchte erhalte ich lediglich ein leeren Tab und Einträge im Error Log. Ich habe von allen Komponenten die aktuellsten Versionen installiert: SAPJCO 3.0.19MS Visual C++ 2015-2019Ecli...
Am new to SAP ABAP so am trying to install trial version on VirtualBox. I had installed the openSUSE Linux accordingly, but in pointing to the folder where the ABAP installation rars are for automount, I then found that I hadn't downloaded the ...
Can anyone please send me the data type table list with ranges ,limits and notation of using program because I am getting more and more doubts on Data Types If I see the Data Type Table then I can get more Clarity
Can anyone help me.My Requirement is to find multiple words at a time in a document. Please tell how to find out multiple words in a document by single line syntax. My second question Please tell about HASH ALGORITHM and HASH Table.
dear all, can anybody tell me how to make enhancement about ME55 here is the request: If total value higher than 10,000 need second time release . my release group only 'Z1',should i add another group?
Hello, I have a question about the ABAP load generation after SP upgrade. If a program is customized by customer and he performed the SPAU adjustment, which program load will be generated by SGEN ? The standard program delivered by SAP or the cus...
Hi All, trying to run GUI from Eclipse, having this error. Could you plasce show me where i have to provide path to JavaFX during installation ?
Hi Experts, I'm trying to do an arithmetic operation in my cds view but its giving 0 value. My cds views: define view zwmKPIReactACtWorkPercent1 as select from zwmKPIReactACtWorknotSCH as _OpActnonsch left outer join zwmKPIReactACtWorkTot ...
I am trying to a abap unit test for a global class. For the moment I am always getting a dump : ASSERTION_FAILED CL_SCV_MD_PROVIDER. It seems that no metadata is generated for my class Can anyone help how to avoid this dump. I am working on s4han...
I have delete the PO items from ME22n by using BAPI. But in the same way I want to undelete/unblock the PO items from ME22N. Can any one help me in this regard. I have used the field bapimepoitem-delete_ind = 'X' for delete the PO from me22n. If I ...
while creating ALV report I'm trying to fetch data from two different tables ie: mara, makt. But on output screen data is not showing. Below is code can anyone suggest me solutions on it and how to pass both internal table structure into the Function...
Hello, we need to develop in ABAP a tool to upload data from an excel file. That file contains multiple worksheets, and although we are just interested in one of them, it has more than 2.000 columns. All standard FM or Methods we've found read u...
Hi All, i have a purchase order number, for this PO number i need fetch all the documents which is attached in item level. So, using PO number how can fetch the DRAD table entries. Thanks, Sam
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 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |