
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...
i am using CALL METHOD cl_gui_frontend_services=>clipboard_export to get the data into excel sheet .Is it possible to make the header line of excel file bold after the execution of above function inside the program ?i think may be by using the below...
I have a single custom message type yorders05 with basic type orders05 and a extension.This IDOC is to be sent to multiple partners based on output type on Save of PO.When I maintain the same message type at more than one partner profile in WE20, the...
Dear Experts,Good day. I am using HTTP_CLIENT to download image from URL. The program perfectly working in client 150 ( development ) . But the same program does not work in Client 300 ( development test ). Same servers but different client. I have ...
HelloThere is a target quantity field in scheduling agreement (VA31). I would like to use this field to control the quantity in S/A.I have come across few posts and there was a mention of BADI_SD_SCH_GETWAGFZ.I tried to implement this but it gets ca...
Dear All,Currently i have requirement to Tick and Disable the WEBRE (GR-Based Inv) input on ME21N process, and i have search and tried on BAdI but unable to do just that.Please kindly help to assist me for this requirement.Thanks in advance!
Hi All,I am working on abode form where in one row there are two text fields one is stock category and other is date , when the form triggers and if there is no stock category in the output then date shifts to its place i.e it displays in the stock c...
Hi All,In one of my requirement Header value of the excel must be BOLD letter.i am using OLE concepts for excel generation .Here is the link which i am following OLE - Code Gallery - SCN WikiPlease let me know if i can use BOLD letter for header wit...
Hi Experts, I need to populate cost center based on some logic in FB60. I am not finding any suitable BADI/Userexits/BTE for the same. Have you come across any. I tried to find BADI, but didnt find any to alter the cost center logic. ...
Hello allI need to send JSON data to a customer, for example :[{"PERNR":"00000001","NACHN":"Smith","VORNA":"Jürgen"}]This data will be sent and received via flat files, and also via OData in SEGW (SAP Gateway Builder). So I assume the name "Jürgen" f...
Hi dear,please i need a help of us.I need convert XML (in string) to internal table, this code is perfect becaus de structure XML is dynamically, buuut i don 't know how i change file to XML string:********************* CODE *************************...
Hi Gurus,Greetings.In my BDC program i have one field which is not editable but while press ENTER key its value changes.that is from A or B to C.Now i have to put validation after press ENTER and Before SAVE.How to read Display field values?As parame...
Hi,I have a problem with concatenae in Right to LeftThe Problem is very simpledata: data1 type char02 value 'AA'.data: data2 type char10 value '12345'.data: result type char20.concatenate data1 '-' data2 into result.or concatenate data2 '-' data1 int...
Hi Everyone,I have a program that sends mail to the user.To populate the mail body, I have maintained text in SO10.In S010, I have a link/URL coded as shown below: When I click the link from SOST everything works fine, but when I click this link from...
Hi,after creating a couple of CL_SALV_TABLE grids placed in the cells of a grid container, I would like to create a function in the grids to either display the content as a (larger) popup or a new dialog control of full screen size.But after creating...
Hello experts,I want to convert an internal table into an OTF or PDF without creating a new spool. I have read many threads about this issue. Some of them say that it is necessary to create a new spool. Others say that FM 'CONVERT_OTF' can do this. H...
Hello everyone.I have a query and an infoset. I had to remove some fields from query and infoset and then add new fields to query and infoset. I downloaded them to transport via SQ02 - > Transport, but when I try to upload them in target client I hav...
HiI have a requirement that on MM01/02 save, a custom screen should be shown with a table control and few buttons.I have created the screen and also is able to display it after save, however its not coming as a POP up screen.1> I have the properties ...
I am using BAPI BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Order 801135 does not exist. t_gmcode-gm_code = '03'. t_gmhead-pstng_date = sy-datum. t_gmhead-doc_date = sy-datum. A...
Hi Team,I have a Program which calls the HANA Sidecar, when material is entered in Multiple option it error out.It works fine when its given in Range or just single value.I have attached the selection screen and the error screen.It always throws this...
Dear all,Is Import Pricing to be incorporated in the Taxinn procedure after GST. Any Idea??Regards,Lakhya
Hi All, I have developed a report whose output is ALV grid.The issue is , I have created one parameter for LAYOUT as P_LAY of type SLIS_VARI.and written code under event , AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LAY.ls_variant-report = sy-repid...
Hai,I am new to Abap.I need to create a notification, all the fields i am inputting from a screen and using a BDC function module i needto save it and generate a notifcation in the database table using Tcode IW21. But its getting dump. Plz provide m...
Hi Experts,Please assist me on the following issue i'm calling a report (S_ALR_87013340) using function module CRIF_RW_WEB_CALL_REPORT in background then extract data for BI but when calling that report using the function module i get "check for sel...
Hi,I have created a program to send mails with excel sheet as attachment. Attachment is being sent successfully, I can see in SOST transaction. But the issue is attachment file name is FILENAME_201603129999.222_X.xls. How can I remove the time stamp ...
Hi Everyone, I was assigned a task to update entries to whole MARA table fields through BAPI_MATERIAL_SAVEDATA . While creating or updating ,some of the fields are not updating.These are the fields below which are not being updated.STOFF ...
Hello,is there a way to open a Dynpro in a new modus?something like:CALL_SCREEN XYZ IN_NEW_MODUS.best regards
Dear Experts,I have created a attribute view in HANA, and now i trying to create the dictionary view for this as an external view in ECC.But when i try to active the created external view, it shown me the warning message as follow, would you please l...
Hi Gurus,While performing BDC Call transaction on tcode F-30, I'm trying to post recurring entry document in background processing as below line of code:(Complete Code is provided in attachment below) CALL TRANSACTION 'F-30' USING ...
Hello Experts,I have created a custom table, with the field TRNID with data type NUMC and Length 10.Now,1. The problem i'm facing is i have used a query, Which increments the number by 1.SELECT MAX( trnid ) FROM ztbl1 INTO rv_...
Hi Experts,i have one query.STEP 1.* select qmnum tplnr ingrp bautl arbpl * from viqmel * into table it_qmel * where iwerk eq p_iwerk and * ingrp in s_ingrp and * arbpl in r_arbpl and * ...
Hi All,I am getting error when trying to create AMDP while optimizing one ABAP program.I saw some scn posts but that is not working for me.TYPES : BEGIN OF ty_zpia , qmnum TYPE viqmel-qmel, tplnrTYPE viqmel-tplnr , ...
Dear SDNers,I implemented F4 in ALV. After selecting value from F4, user will go to next screen. Again if user went back to the initial screen and trying to select value from F4, double click going to dump.Here is the code. Please help meTYPES: BEGIN...
Hi Gurus,I have created a custom screen that will enter values for Z_LIFNR. However the requirement now is instead of displaying the Vendor No. (Z_LIFNR) I have to display the Vendor Name (Z_NAME1), If I do this so the value in the screen field will ...
how to use Guixt to add launchpads and disable sap back arrow button and add Guixt back arrow instead.is there any resourse available to understand and practice SAP GUIXT???
Hi, I want to control how many fieldsgroups should be seen in the adapt filter. I tried following things, but in vein.@UI.hidden: true _InspLot._Plant.PlantName,this work fine for the field that u don' want to expose to ui, I tried @consumption.filte...
enhancement name mm06e005 is for purchase order . What is name for sales order enhancement ?
Hi Experts ,I have a requirement where I need to calculate standard deviation of values in different columns .For example here shown in picture , i need to calculate STDDEV based on values of AMT_1 , AMT_2, AMT_3 and AMT_4.How can I achieve this in ...
Dear Abap experts,I want to change the value of KWERT in sales order item condition on creation of sales order.It will be change on some special cases.How can i do that.? How VFOM is used to create routine.?Regards,Aneel
Dear Experts,I am working on tcode CO01 and requirement is to disable f4 help and validation on the attached screen shot field and also to change the field label.I am able to do so by modification.Problem is when I press enter values disappears and I...
Hi,I created a smartform that need to loop over a table to display data.it has one page and the loop is on the main window. but when the page is crossed to next page the first row is repeated and after that continus with the correct row.like this:fir...
Hello All,during upgrade to EHP8 I am doing SPAU and there is question icon on TABL ARFCRSTATE. There is no possibility to compute the adjustment mode. The only message I get by clicking on the details to this object is No field ARFCRSTATE- ...
Hello All,Can any one help me to over come this error.Material Master Data is transferring from one sap to another sap system and also added the append structure in Mara Table with Custom screen in MM01/MM02/MM03 also.Step 1 : When I am creating a ma...
Hi Experts,My aim is to update employee data using RFCs. To achieve this, I'm trying to test BAPI_PERSDATA_CHANGE on an SAP ECC 6.0 IDES instance (running on a remote Windows host). Unfortunately, this is leading to an exception.I am successfully ab...
Hi,For calculating material Assessable in PO any configuration settings required in tax procedure or pricing procedure.I have maintain assessable value in J1ID but system not calculated excise on assessable value.Calculated like normal excise procedu...
HI, I want information about NORMAL ABAP and ABAP on HANANormal ALV and ALV IDA
Hi Experts,I'm using the awesome Python library - PyRFC to connect to an SAP ECC 6.0 IDES (running on a remote Windows host).I am successfully able to READ an employee's data stored in IT 0002 using the BAPI: BAPI_EMPLOYEE_GETDATA.The output of BAPI_...
Hi Abapers,I have 3 pages in my smartforms. There is no flow of data from 1st page table to next page. Only there is a heading change in each page if compared.My problem is that in print preview i can only see the 1st page only, 2nd page and 3rd page...
Hey everyone,i have created a form using SAPSCRIPT in which i have two radiobuttons G_QUO(QUOTATION) & G_PRO(PROFORMA) .Now what i want is when i click on G_QUO in one of the windows it should come as quotation invoice and when i click on G_PRO in on...
Hi friends,My requirement is to add footer in oops alv report taht footer should display no of sales order created by user.i m giving user name on selection screen not displaying in output so not getting how to do.
Dear Scn's,Iam facing issue during excise invoice capture in sto process. I have done all the configuration like customer assignment in shipping data. RegardsKumar
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 |