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 Friends,I have ALV grid with select indicators, where I can select one or more rows. After selecting a row, I will click on push button on application tool bar and program will generate Adobe form for that selected record. After generating PDF doc...
Hi,i know how workbench objects can be reassigned online - but can this be done in a batch job reassigning them from package z_a (no transport route) to z_b (with transport route)?In worst case a batch input possibility or even a Z-Report is apprecia...
Hi All,I have a requirement where i have to sub total a field in the ALV, with respect to two other fields that are there in the list.Say i have 3 fields customre, material and qualtity.I need to sub total the quantity field with respect to Customer ...
Hi experts, my task is to get an PDF file from given URL into an internal table?How can I do it? Is there some FM to use? Or some method of a class?Thanks a lot.
Hi,I need to read characteristics values from a configurable material of a specific equipment.I found values in:EQUI-CUOBJEQUI-KMATNEQUI-MATNRfor a specific equipment.Correct characteristics values are stored in table CAWN, but I don't know how to c...
Hi all,I am facing an issue regarding the output of the billing documents.The output type is determined successfully.Here the problem is that for some documents the text elements and the data inside in it is not getting printed. But for some document...
Hello guys,I'd like to ask you how to solve issue written below:I have two screens: screen_1 and screen_2, the first screen contains controle tableview with some data in table table_1 initaliazed in PBO, the second screen has button which for ins...
hi expertsi am using the business object lOAD and method change for uploading the DIR for Cv01N transactionthe method change is using the bapi bapi_document_change which did not had the ALE message attached to iti created the AlE interface for this...
Situation: a person's sap account was deleted, but now that person needs it again with the same sap access as beforewhen you recreate an old sap user account in su01,sap gives a message "found old user information, do you want to reacreate this".Pres...
Hi Experts,I want to add Pa0001-begda to the search help PREMN, is there any feasibilty for making this changes .Please advise how to do it.
I have copied the BO BUS2004 to a ZBUS2004 along with Messagt type ZPLANNEDORDER_GETDETAIL, FM ZBAPI_PLANNEDORDER_GET_DETAIL, what I cannot do if create a copy of the required IDOC TYPE.PLANNEDORDER_GETDETAIL01 does not exist, I want to make a ZPLA...
Hi All,We are going to update our BW system to install Enhancement Package 1 SP 7 on our BW 7.0 and we are going also to convert our data base to Unicode.We used the UCCKECK Transaction to have a list of the abap programs to be modified before the u2...
Hai Experts,I created code and activated the user exit EXIT_SAPLVEDA_001.Via an iDoc i want to fill a custom field which is in VBAK.EXIT_SAPLVEDA_001 has an changing parameter type dxvbak, after user exit is triggered for the right segment, the custo...
Dear Experts,We would like to use server proxy instead of RFC communication with an adapter using PI. This is an inbound scenario.PI has created an interface exactly identical as the BAPI structure, but it has added additional controller field at eve...
Hi Gurus,I have developed one report which is using parallel processing inside it with 4 different kinds of FMs. Here environment is much bigger in nature with 5 different Servers. Now I want to restrict number of users executing that report because ...
Dear Experts, Parallel processing is working fine in DEV & QUALITY system but not working in PRODUCTION system Process STO order 1.Creating Sales order from Delivery using BAPI_SALESORDER_CREATEFROMDAT2 through Output type-> calling...
HI EXPERTS,BELOW IS THE CODE WRITTEN TO MOVE THE VALUES FROM ONE INTERNAL TABLE TO ANOTHER. BUT WHEN I MOVE, THE VALUE IN THE SECOND LOOP GETS APPENDS IN THE 2 ND ROW. CAN YOU PLEASE HELP ME TO STORE THE VALUES IN THE SAME ROW. BOTH THE TABLES DONT ...
Hi All,I need to trap that the user has presses the arrow keys (for example) in the ALV table class.What I need to trap is that the user has moved to a different row.I was thinking there may be some kind of keypress or GotFocus type event I plug into...
HiI want to translate workflow email notification text from english to french language. Can you please provide the details for the translation.If i use the transaction SE63 >Translation>ABAP Objects-->Transport object, In the object what i need to fi...
Hi,Hi,I have BDC recording for FBZ5 Tcode.when i call this BDC in my prog,and execute in N mode then which is given error "No batch input data for screen 100 prog SAPLF028.and when execute prog in E mode then it will execute prog SAPLF028 screen 100 ...
A (hopefully) quick and simple question that i've been unable to find the answer to. I've retrieved the GUID of an invoice from a Credit note in CRM, but i've been unable to use the BDI_GUID to populate a table of BDI related to said invoice.I've tr...
Hi,I am updating database using BDC for KS02, my problem is that i am copying one BDC program from my system which is for KS02, i need to add some more fields in that, i add 5 fields in internal table and program also, but when i test this bdc it upd...
HI AllI have a field of length 18 i.e char 18 (MATNR)It can have values as below u2018AE10036 Bu2019 u2018AE10091 A u2019 u2018AE10116 C...
Dear Experts,There is problem related to data selection from standard TCode. Actually, one user is not able to retrieve data from his sap id. when he try, a pop up with message "No Data Selected" comes out. And when try from different SAP user id, da...
Hi Experts,Is there any standard function module to create account hierarchy in SAP, from the data we receive from the legacy system.Please let me know BAPI/FM nameCan we use LSMW for uploading the account hierarchies?Moderator Please i have done eno...
Hi, I have created a dynamic structure and a dynamic internal table and I have populated the dynamic internal table with values.For the above operations, I have used RTTS(Runtime Type Services). Please see my code below,DATA : BEGIN OF xx, char(100)...
Hi All The GURUS,I have to add 2 columns in the Report AQZZZPP_UGRP====ZTHPP_SECSTOP= made by Query Tool . I have added the columns ans saved it in the Request.ZPP_UGRP sq03 usergroupZTHPP_FORTEDATA_SECTOP sq02 ...
Hi, I am trying to improve the performance of a program. The Below query is used inside loop endloop, SELECT MAX( sptag ) FROM s662 INTO s662-sptag WHERE matnr EQ itab-matnr AND vkorg EQ p_vkorg ...
Hi All,I want to know is there any other way other than doing BDC for copying project version(CJV4 transaction)? I need this information in 4.6c version.Any pointers are welcome.Thanks and Regards,J.Jayanthi
Hi,We have a weird problem. We are able to download a csv file using standard FM HTTP_GET. We want to parse the file and upload the data into our SAP CRM system. However, the file downloaded, has the carriage return replaced and the character # repla...
hello everyone .I have problemin FI document (transaction code FB03) system show value 909but in BSEG it's show 9.09and i use this value to show in report .it's show 9.09 . could you tell me why this happen ?what should i do to fix this problem ?plea...
Hi, gurus.I got a problem with an ALV list.I got a record in my internal table with local currency imports and foreign currency imports.I must write the foreign currency import in another row (with row_pos = 2), but the "second row" data begin with f...
Hi,I want to know how to restrict authorisation for few users not to change the 'Profit Center' field in the IO master eg user1 should have authorisation to change IO master other than 'Profit Center' field. .The t-code is KO02 (change Internal Order...
Hi,I am using BDC for Service Entry Sheet creation as BAPI cannot fulfill the Business needs.During Recording when I click on Service Overview and click on Service Selection we provide the Model Service Specification Number there I can see the Servic...
Hello ,I have to create a report program that should have the ability to open a given document object in 2 diff editors on the click on a button.how can we acheive this...?Which is the FM to be used for calling WORD Editor and LINE EDITOR...Please gi...
Hi;I want to send email when creating new G/L Account No using fs00 transaction.I was thinking to do with workflow his process, I tries to find any business object swels transaction for workflow but I didn't.Then I research any user exit or badi ...
Hi,I need to execute a Report u2018YBu2019 on a next day (If I execute a report u2018YAu2019 today, then Report u2018YBu2019 in u2018YAu2019 should get executed on next day at 10.00 AM).REPORT YAjobname = 'YSAUs_JOB'.Open JobCALL FUNCTION 'JOB_OPEN...
Hi All,I am trying to create a service notification using the Fm IQS4_CREATE_NOTIFICATION.When i am trying to create, the item long text is automatically filled with some text wihtout giving any input.We have also tried posting using SE37 tcode. Same...
Hi All,I have create Change number for BOM. I want to list the existing Change number with BOM (Material, Plant, BOM Usage). Are there any FM to list Change number? I only found the way to check is read data from Table MAST, AEOI, AENR.CCAP_ECN_CHECK...
Hi experts, I am using the method 'send_mail' in the class 'cl_bbp_doc_send_bcs' to send mails to microsoft outlook. In the outlook it is not showing the hypertext link say for eg. [test]I set the code document class as 'HTM' for the email body the ...
Hi All,When i run the program in background, there will be a spool request generated. However the ALV report in this spool is truncated which all not fully display with the column i needed. ( approximated 600 chars)I have defined the line-size to 100...
Hi,first time in me22n if i edit something and press save,changes are getting saved perfectly and i am getting success message.so now its in display mode.if i press display<-> change icon,and do some changes and press save i am getting run time erro...
Hi Guru'sI wanted to add a menu in the T-codeCN22. For this I used the Exit CNEX0008. This exit has 2 Function Module Exits, 2 Menu Exits and 2 Screen Exits. I modified the Menu exit to add my custom menu to the standard T-code. I wanted to call a cu...
Hi All,WE are workflow development where the approver mails used to go to the Lotus notes of the Approvers.But now we have a requirement that the mails need to be send to end users who are using Outlook.The issue we are facing is that in the mail, we...
How to use same data type and length for two fields when using 'FOR ALL ENTRIES IN' in a select statement? For instance the select queries are :SELECT bukrs gjahr belnr lifnr budat bldat zlspr dmbtr waers shkzgFROM bsikINTO TABLE it_bsikWHERE bukrs =...
Hi ,I need to send a notification emails to the accounts and some other departments when an new employee hiring or Promotion or resignation . For this i have written mailing program in User Exit : EXIT_SAPFP50M_002 of enhancement : PBAS0001.But is ...
Hi All,I have a requirement in which I need to create the customer master through IDOC. I am using DEBMAS basic type for that. In its functionality, I need to assign different partner functions to it. When I create customer without giving any partner...
Hi,I have a requirement as below: I have a group condition(ZR09 which is scale based) which has to be calculated as follows: For every line item the net value is added and finally the condition ZR09 is applied. Now the problem is I have certain cases...
Hi experts,I am not able to download all the rows which are displayed in alv grid display for some material numbers.for some materials i am able to download, i used two ways to download 1) from icon(local file) on grid 2) menu list->export.i checked ...
Dear Experts,My requirement is to add custom fields in the Table contol of the infotype type Pa0591 screen.Is it possible to do it with implicit enhancement framework??Please suggest.Warm RegardsUpendra Agrawal
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 |