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 all , actually i have 2 different programs, in both the programs i have defined a parameter which can collect the file-name through the f4_filename , and i have defined a default value to the parameter in both the programs and i am requesting...
Dear All, I get below error while i activate CDS view. Kindly help. Regards, Devendar Reddy C
Hi, I have created a custom search help - ZPOI_PO_ALLOC with search help parameter EBELN , EBELP and OPEN_MENGE from a Custom table ZMM_VESSEL_ALLOC having these 3 fields(picture reference PIC_01). I have a module pool program in which I have ...
Hi, I want to get RFC stack in my RFC FM, to check from where it is being called. Is it possible? If yes, how? Regards- Chirag Keswani
chinese: 转生产订单时能通过配置和rooting 生成工序明细;现我需要不转生产订单, 直接通过配置和rooting生成工序明细; 如何调用ca03中的OD function? English: vornr details can be generated by rooting and configuration when switching production orders;Now I need to generate the process details by r...
Hello TeamHow read the binary document spool
Hello Team,I have set the FP Job open XSF paramter as X. So its generating the spool. How read the XSF output of the form ?
Hi Julie, I have been looking everywhere, but I don't seem to be able to find the ASE License for 2020. Could you please advise where I can find the ASE License for 2020 ? Many thanks
Hi Team, How to update BSIK-ZLSPR and BSIK-XREF3 fields . Which FM or BAPI can be used to update the fields. Please help. Thanks in Advance.
If I run abapGit, and click one object, I get an unexpected Windows popup: (adt://NPL/sap/bc/adt/oo/classes/zcl_abapgit_2fa_auth_base - This file does not have an app associated with it for performing this action. Please install an app or, if...
Hi guys It seems in my ALV report Events are only working partially. Not getting custom GUI Status nor Standard GUI Status, custom GUI buttons also not showing. Only blank Top of Page area is visible. **Same problem when not using Events inte...
i am getting error uncaught_exception cx_sy_ref_is_initial while export to excel format, code is as below: SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #808080; } .L0...
Hello, I have a ZIP file containing an XLS file on a Unix Server in AL11. I want to unzip the file and put in the same folder in AL11 via ABAP. Any help with doing this would be amazing or guidance.
Is there something specific what doesn't allow me to use decimal in select statement in ABAP. I tested code below and works well but I need 0.9 (90% of price) where is currently 9. Like I can't use 0.9, 0.9 or even '0.9'. I've tried to use div(price*...
Hi, I want to get Old & New data of a BP during Save. The requirement is to check for some fields if those are changed or not. The solution must get the data if it is triggered from either system, i.e. ISU or CRM. Currently I have a custom receiv...
Hi Is the option break point at message not available in 710? Could not find that option while debugging
Hi, I want to send xlsx file through SAP via email, I know I can find hundreds of post or research on that but the limitation is that we are having ECC 6 with EHP 0. I have done R&D for a couple of days ( and couldn't find the relevant post) before...
Hi Customer name on XD03 is 40 CHAR length while it 35 Length only in KNA1 table there is 5 characters missing fr om the customer name when i get it from KNA1 table comparing with the name on XD01 Please advise
Hi experts, I have a custom receiver FM in EVENT = CHANGED of BOR Object = ISUPARTNER. This is available in ECC/ISU system and I am able to debug the event FM if I update Partner fields through transaction BP from ISU, but I am unable to debug if I...
Hello everyone, I am working on my first program with ABAP. I have created table zemployees with the structure & data attached - employee.png. Then wrote some code, see below. I am struggling with two (2) problems: 1. When Initalization and ...
Hi Experts, I have a requirement in which i have to print multiple copies , I already created the program and its coming correct when go for Print,But i want Soft Copy of multiple Smartform also(Using PDF! or Downloading the form in local syst...
Hi, I generated some code using bar tender tool that code put in smart form but the barcode is not printed in smartfrom print preview and using output device type is LCS1 please give me the solution Thanks, Sainath
how to add CC in recipient email addr. CALL METHOD cl_cam_address_bcs=>create_internet_address EXPORTING i_address_string = '123@abc.com' RECEIVING result = lr_receiver. CALL METHOD lo_bcs->add_recipient EXPORTING i_recipient = lr_receiver i_ex...
The change comes after we've patched our system and the version of class CL_HCMFAB_COMMON_DPC_EXT has increased whereas we also need the Z version to accomodate these changes too. Has anyone got any ideas of how I would get this done?
Every once in a while when I try to open a development object - which I know exists - via Eclipse (Neon.3) I get "No results" in the pop-up box for CTRL+SHIFT+A: To ensure that I don't have a stupid typo in the name, I copied it from SE38 in the...
I have a requirement to have the ability to create a vendor within a BADi method. This BADi will import the necessary fields needed to create a vendor (fields to populate tables LFA1, LFB1 RF02K) I have researched ways to create a vendor from BDC t...
Hi, I am looking to create a CDS views which gives same data as we see in HANA Modeler after right click, Select Open with and then dependency Analyzer. As of now only technical person can see what tables are used for a view. I want to provide Busine...
Hello everyone, I get this error: System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception of HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) in SAPbobsCOM.IDocuments.Add() This happend when trying to add an in...
Hello, I have a requirement to convert currency in an AMDP method. My requirement is , 4 columns in the output . 3 columns are VBELN,WAERK, NETWR are from VBRK. 4th column is Amount in USD which is derived from converting NETWR to USD. I n...
i have this requirement s_vbeln is optional from this input i have to show the output in alv as follows sale id , division , customer name , sale item , material , qunatity, price, delivery number ,delivery date , shipment number , shipment...
Hello, I am currently on SAP_BASIS 7.50 and I have this issue. When I do a table expression in a ASSIGN statement and try to de-reference data in the same statement I get this error: A generic reference cannot be de-referenced (->) in the curre...
Every now and then I happen to be in need of the construction of a single variable value. The VALUE operator does it only for structures and tables, so I use a workaround with EXACT. See the example: r_success = exact abap_bool( let data_necessar...
Hello Guru, When download ALV view output to XLSX with effective of field category option "no_zero = 'X'", and with column being set as numeric type P, the XLSX sheet still keeps 0 on those column which I don't want. Is there any available option...
Hey, We have a dynamic action which for IT8 which changes the IT14 in background. What we want now is a success message being triggered after the IT14 was changed. I'm not sure how to do that because there is no form of dynamic action to do thi...
hi all, i have displayed the alv, added 2 buttons in alv toolbar i.e change and save, when user clicks on a particular row and click on change then that row should be in editable mode...how can i achieve this in normal alv report?
Hello, We are trying to bind odata with association to sap.m.table. We have a header table and a item table. We can successfully read the odata from the entityset which is bound to header table. On clicking on particular column value in the...
We have come up with requirement as below, Consider there are two custom table A and table B. If one entry is created in table A, then table B should be updated with related data. We have implemented the code for table maintenance gen...
Hello, I am trying to add the reverse indicator field in FBL5N,FBL3N and FBL1N the same that is in FB03. I tried running RFPOSXEXTEND and BALVBUFDEL...no change. I have been looking for the past week for any information on how to make this avai...
I am using a BADI on Transaction MIGO to updates the ASSETS with BAPI_FIXEDASSET_CHANGE but cannot update field anla-sernr. All the other fields update except for anla-sernr. On AS02 there are multiple user exits. I had a similar problem with anla-IN...
Hello, how can I get a developer key for this trial version? I am already registered with a P-User, but actually not a SAP Customer, but with a SAP Certification as ABAP developmet associate. Thanks a lot, Andre Offermann
Hi Experts, I have some entries in a set(Company codes are maintained under one set). I want to remove/delete any particular company code from that set, I don't want to delete whole set. Which Function module I can use? I don't want to use BDC
Dear support community, I am struggling to find within SAP API (service layer) equivalent of below SQL tables. Did anyone used it before? Thank you! I am talking about SAP B1 Hana version OHEM Employees OITW Item Warehouse ORCM Recommendation Data...
Dear all, In my system, when I ran a Z tcode I faced the error " Error in dependency SL_MAX_COMPUTE: negative value for characteristic LOBM_APO_SL_MAX " when output ALV Please help me solve this problem. Thank you very much. Dai Nguye...
Hi, Is there any way to put in your value for CardName instead of getting its corresponding value based on the inputted CardCode? Because if you use DI API, it automatically gets the values corresponding to the CardCode inputted. I want to put in a...
Dear Experts, I had a requirement that dunning letter has to be sent via email to customer. I set up BTE 1040 and that is working fine. But the problem is that : there are two buttons in f150 : 1. Dunning printout and 2. Sample printout . Now ema...
I have a business request to delimit old records to have a different endda for infty 2012 which has a time constraint of 'Z'. I was reading few blogs and it seems like using FM HR_INFOTYPE_OPERATION, the delimit operation doesn't work but there's a h...
Hello together, it might sound a bit weird but.. is it possible to restrict the number of rows of an SQ01 Query to one single row? I know that would be achieved easily by creating a custom report, but that's no option in my case. I thought of elim...
Hello , I want to add an enhancement in the line 236 but i can't.The extension point is after the ENDCASE . what should i do ?
Hi all, I have a FB70 form in script. The requirement here is when a spool is generated, an email attachment has to automatically trigger. The output has to be a PDF attachment. Now I referred programs like RSTXPDFT4 and googled. I am using FMs lik...
All, I need your help. I am pulling a hand full of fields from tables PA0001 (werks, pernr, btrtl, orgeh, bukrs, kostl, plans) table PA0002 (vorna, nachn) and table PA0105 (usrid, usrid_long) and placing them into an internal table by PERNR being 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 |