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...
Helo guys,I have an issue when using native sql select query.I tried using(execute_query) & EXEC SQL ENDEXEC Syntax,I want to limit rows up to 1000, for this i am using syntax(limit 1000),When i fetch datas from a table its working , but when i take ...
Hi,Is there a way to navigate from spool output record (by double clicking on a line item in spool output) to corresponding FB03 screen?I have added this functionality in the ALV report but it is run in background by the user (due to too much data) a...
Hi Experts,I have a requirement in VLPOD to automatically create material document (MIGO) upon clicking SAVE. I have no problem creating this when the POD line item is already created. My inquiry is how to fetch the value from table TVPOD, as the val...
He folks,I am wondering if there is a "zero-width" icon that can be used on buttons within a CL_GUI_TOOLBAR instance in such a way that only the button's text is displayed and left aligned on the button. A am able to create buttons with text and an "...
I have several questions on CATS_DA transaction. I like to know what is the check "Billing document"? Change the view of the ALV and add the checkmark (Change layout / In column Set: Billing document) How to fill it? We try to generate an invoice on ...
Hi Experts,We have developped a smartform and 'SAPWIN%' is being printed on the top left corner of the form. We have not included tis text in the form.Can you please advise how to avoid that from bein printed?Thanks,Vitish.
Hello experts.I'm creating an output file and I need it to have a LF, but not CR at the end of file. Each file line has 500 characters and I need to assign LF to the position +499(1).I have tried to assign x_file+499(1) = CL_ABAP_CHAR_UTILITIES=>NEWL...
Hi Team,I have a report which has a 'Download to Excel' custom button, which uses 'WS_EXECUTE' FM to open an excel sheet and user can then save or close the excel and return to program. This functionality runs fine in most of the user's machine but i...
I am trying to write an internal table to a non-main window but the sapscript "bounces" out during the normal process. (It hits the element and then drops out of the window without printing anything.) However at the END_FORM and CLOSE_FORM the last e...
Hello Developers,i started to use the new ALV Class CL_SALV_GUI_TABLE_IDA and i like it pretty much but unfortunately i get a dump if i either use the standard function "filter" or "change layout".This is the error description (short):Category ABAP ...
Hi All,My requirement is to populate the serial number automatically via Inbound Idoc.Outbound Idoc is trigerred from PO in R3 to PI middleware, which in turn will create a SO in R3 system.I am sending the serial number information via outbound Idoc ...
Hi experts,my requirement is when user enters reservation no in MB22 i have to stop user .for this i used some Badi and User Exits but no one is triggering.BADI_MATN1MB_RESERVATION_BADIBADI_LAYERCould you plz help ?
Hai all, i am Using call transformation for which any huge amount of data may come. so i want to know how much max amount will call transformation will support. if it supports less then i try to divide my data and transform.
Hi altogether, I have a question belonging the missing fields from structure P(S)0027 in the corresponding infoset.Is there an easier way to add field KBU02 for example to the infoset, not using the coding section? Are there other alternatives that I...
Hi,I found two ways to put labels in abap CDS views: OTR andEndUserTextWhat is difference between two?
Hi,I have a logic in my program where the internal table is sorted both ascending and descending as shown below:Sort itab by A B ascending C D descending.Can I use binary search on this if I read the table only with the first two fields like REAT ita...
Hallo Experts,I have a question rearding fields being logged in CDPOS tables, I want to know which field was actually changed by user and which was a consequential change. For eg : If I manually update the ordered quantity of the Item, i just change ...
Under ABAP Development community, there are lot of questions from the BETA if i choose "view more questions and blog", the error persistAnd if, for example, i try to pne Sebastian's question (https://answers.sap.com/questions/19942/am-i-really-workin...
screen-of-adb.jpgHi Gurus,I'm countering an issue with Additional Data B secondary screen Display via VA01/02/03.The display of the screen is cut in half so I can only view half of it, after making sure that the display in the screen painter is corre...
This is a first post to the security question tag for those who might look for me to find the new security forum -> space -> tag...I will update it with tips for using the new SCN "answers" and "tags" to find your way to dedicated security content.Ap...
Hello ,I'm using cl_http_client , and when i execute my program ,i don't get a respinse : p_content = http_client->response->get_cdata( )I get an error : Application server error.It seems a problem in service activation , but i don't know how to fix...
Hi all,We have a requirement to print QR code label in smartform using zebra printer.The Print preview looks alright but the problem is, when a zebra printer is used to print the label, the QR code is not printed but the rest of the label is printed....
Hello Expert, I am doing enhancement in Purchase Order Screen . When i click on button , i want to get cursor line . How it is possible ? kindly suggest me.Regards,Pratiksha
Hi Abapers,I am seeking for a solution for the following issue.When some users run a report we need that a certain profile of user must be inactive and another profile must be activated.Before the user leav the report the situation must be the initia...
Hi Team,Good after noon.I have done a alv report and that result is sending to the client as a excel attached file .But in this file one field is empty in out put ,but in excel it has coming as 'FALSE' statement I could not able to clear this value e...
Hi All,have one requirement.iw21 is the tcode to create PM Notification. after creating the notification we have to release that. manually we can release but here the requirement is after saving the notification in background workorder will create. f...
Hi All,I am using BAPI 'HRXSS_PER_NEW_P0006_US' to add record in info type 0006 (address) for sub type 0002 (Mailing)i am using BAPI 'HRXSS_PER_NEW_P0006_US' and after the call in structure record is getting created with default databut after which i...
What is the table at backend where this status is saved. See atatched image.ThanksAneel
Dear All,I have created a User in SU01.In Address Tab, the Title is given as "Ms".Once the User Login in German Language then she is getting Title as "Herr" instead of "Frau".So please guide me that where it is missing that not showing correct values...
Hi All,I have to add Delete Icon and Rejection Icon in Module Pool Programming in Text elements but its not in client system.So i want Upload those Icons to text elements in module pool Programming.But those ICONS Available in Push Buttons but push b...
Hai all, I came a situation where i want to follow one of the method so that memory in the database occupies less.1) directly exporting the large data into cluster table2) transform large data using call transformation and then store in clus...
Hello everyone,I have a report which displays editable ALV with 5 editable columns. When I execute the program, change only one cell value and directly click enter, the event data_changed is not triggered and the change is not captured. Now, when I ...
hi folks,i am unable to copy the report 12KST1A.when i added this report in se38 then its giving report does not exist as status message.the above report name found in transaction ''S_ALR_87013558 '' .kindly need your guys..nefore posting i have bee...
Hi all,when user run a z transaction one pop gets populate it ask for the print preview my requirement is if user clicks on print preview, i need to restrict user to to run mb22 transaction with that particular reservation no which user prints.
Hello togetherI need some help with the development of a dynamically created method call. The method I want to call dynamically needs an filter object (ZCL_FILTER) as a optional parameter and returns a material number (MATNR).CLEAR ls_parameter.ls_pa...
Hi, I am written below code to create a job in background . Some time job runs successfully and status 'finished', sometime job status 'Scheduled' . For same user this happens. We have three instances of application server....
Hello,I want to create an abap program to get the history of users connection including the transaction That the user has done.i have found the FM TH_USER_INFO but it just give the current users login without specifying the transaction code done b...
Hello, I have the next problem, I'm trying of to show a itab in a ALV GRID popup, but, if I have most of 6 records in my itab, after of the 6 record, the data shows information in blank. TYPES: BEGIN OF ty_posic, pspnr TYPE PRPS-PSPNR, ...
Hello Experts,I am trying to create a CDS and as a first step creating the ABAP repository object. I am on ABAP 7.4 SP12 and Eclipse using ABAP Dev Tools for SAP HANA 2.64 and as far as I know these 2 exceed the prerequisites. For some reason I don'...
Dear ABAP Experts,we are currently developing an interface between a Microsoft CRM System and a SAP System. We are getting Customers which are stored inside the CRM system and want to insert /update them also in our SAP Backend System. For that we ar...
Dear Experts, I want to use the ALV Grid output of the standard program RFRECPSFA520 in my Z program. I know that using the Method cl_salv_bs_runtime_info=>set, SUBMIT and Return and then cl_salv_bs_runtime_info=>get_data_ref gives you the...
IS IT POSSIBLE TO UP DATE BSEG TABLE FOR FIELD GSBER (BUSSINESS AREA).SUPPOSE , WE HAVE DOCUMENT WITH 4 LINE ITEMS. TWO OF THE LINE ITEMS ARE UPDATED WITH GSBER BUT REMAINING TWO LINE ITEMS ARE NOT UPDATED WITH GSBER. IS THERE ANY TOOL OR PROGRAME...
Hi Experts,I wrote an implicit enhancement for function module J_1I7_USEREXIT_EXCISE_BEF_SAVE. But while debugging the code is not getting displayed. I have read so many threads about the same but not able to fix the issue. Please give some hint on h...
i want to insert null value in z-global table in the key field of table, is there any way to insert null value in the table and how can we recognize the null value in table.Thanks in advance.
Dear Members,I've a really simple scenario (on NW7.5 sp3). I've two self-defined DDIC tables: document header and item. I want to define CDS on top of them, and let the framework to generate the BO from it with the header and item node. I could manag...
HI Guys,I have these fields in Z table and ABCDE are my key fields, and in B fieldthere is a INITIAL and a NULL value.I want wo remove that record from Z-table where ABCDEF are same and G = 'N'.but i dont able to delete records bcz in my B column the...
Hi gurus,Can any one please tell me how to achieve word wrap functionality in one of the smartform sap text template used .I already went through the links below and cannot find any solution please suggest how to do that.Thanks,RG
Hi everybody,I am looking for a way to calculate the price of an article with a manually added pricing condition of type VKEB. My coding to determine standard price of a article is like this:* fill komkls_komk-vkorg = iv_salesorg.ls_komk-vtweg = iv_d...
Hi Experts, I'm fetching data from TADIR table from remote system using FM RFC_READ_TABLE. It is fetching data correctly for DEV and QA systems but not from production system. I have created local pgm in DEV system and gave production RFC, it is f...
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 |
---|---|
6 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
5 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |