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 want to send the dat file through email as attachment. In the file user requirement is to specify end of file (%%EOF) charecter at the end of all lines in the files. Can pls help me how to add %%EOF in the string .At the end of e...
Hi All, We have created the ALV report and everything is working fine except the Excel icon in the report output screen. When we are clicking on the excel icon it is displaying the blank excel. In our systems MS Office 2007 has been installed. Is the...
hi experts ,i searched for the search help fild search term 1/2 in xk01(vendor master data ) in sdn i get note . i followed note done the three steps sucessfully . now i tested xk01 transcation when i press f4 button on sort1 field its give ...
Hi Experts,I am getting error While transfering Adobe form to PS getting Error.The asdobe form we are using is DPR_STATUS_REPORT_AIF and enhancement implementation is DPR_STATUS_REPORT_AIF.I am getting the following error. Error occurred when generat...
FORM get_transaction_data TABLES ot_yra_pt2_rev STRUCTURE gs_yra_pt2_rev ot_yra_pt2_cos STRUCTURE gs_yra_pt2_cos ot_covp_rev STRUCTURE gs_covp_rev ...
Hi Guys, I am trying fetch data from the following cluster tables using record creation date as keyRFBLG - BSEC, BSED, BSES, BSETKOCLU- KONVATAB - T6B2F and T003TFor BSEG.. I can use BKPF-CPUDT to use date restrictions.is BSEC, BSED, BS...
Hi Experts,I am not able to use F6 while working on LM46. I am getting the error 'Print option not activated'.Please advice.Thanks,Ammu
HI All ,There is two table lt_source and lt_target which both are type any table ,I want to move data from lt_source to lt_target ,lt_target have some identical column but not all of them,for instance in lt_source I have Column F1 - F10 and lt_target...
Hi All,We have pdf documents on a file server which we need to attach/checkin to a document info record using CV02N transaction.The file server will be mounted onto SAP's application server. i'm using the bapi BAPI_DOCUMENT_CHECKIN2 to achive this fu...
Dear Experts,I have a module pool program and transaction for shipping advice, where I have given a option that if user enters Sales Order in the selection screen and in the next screen it shows all the related infromation of that order and if needed...
Any One Please Provide me ABAP Code to Implement the Exit LMR1M002. Its Urgent.....RegardsAJITModerator message : Search for available information. Thread locked. Edited by: Vinod Kumar on Sep 26, 2011 3:25 PM
Hi,I want to know whether a particular user is present in all clients without logging individually to each client. Is there a report by which i can find users in all clients?..ThnaksFayaz
Hi all,I am using a BAPI (BAPI_JOBREQUIRE_GETLIST) to get the qualifiaction data for requirement profile. It's working fine earlier but I did not get the qualification data from this BAPI, although the data is there in DB against this requirement pro...
Hi experts,I want to know how I can define a formula in ole2 objects.I had done the next steps:1º) I define the next formula A1-SUMA(B1:E1)2º) Add the formula to the object, in this case I used two options a) SET PROPERTY OF g_cell 'Formula' = f...
Hi friends, I am new to ABAP,I have to update setup,machine and labour fields to zero for all materials in ca02(routing),i had found report rcptra02 will be useful for this , can you please explain how to use this program (maintaing the fi...
Hi All,My requirement is: I am displaying standrd PNP selection screen. When i select the test run checkbox i should hide the std selection screen. I am able to hide all the fields in the stdandard selection screen but i am getting the empty block. A...
Hi We have created a Smartform and for printing the BOL details .For getting the HU details we have used a data type huident_str TYPE string, ( it is a string type ) .The intention is that in the Smartform output we will have a final internal ta...
Hi experts,can we know whether MSG_SERVER.EXE and DISP+WORK.EXE and IGSWD.EXE process are in ON or not(STATUS)at OS level (may be from ABAP..............)please reply...RegardsALBERT
Hi,We are developing an intercompany process and we have a problem with the purchase requisition conversion. When we convert the PURCHASE REQUISITION into PURCHASE ORDER we need to mantain purchase requisition ITEM number/s.For example:PURCHASE REQU...
i use ecc 4.6i just find BAPI_ACTIVITYTYPEGRP_CREATEfor create activity group but i do not find the bapi for create the activiy typewhich bapi is for create activiy typeif the sap does not supply this bapiwich method to create the activity type (i k...
Hello Friends,Inbound error code is 51.error details as in application log.Error segment : E1EDP01Error desc : Field format is incorrect, Required field MENGE is missing in segment E1EDP01When i checked this field in IDOC segment it as follo...
Hello,I need to change few customized reports (z-reports) to make it fetch data from an archive database.This is done for SAP IS-H reports. So some of the tables for eg NBEW(movement table) will be archived and a correspodinginfostructre will be crea...
When clearing two lines in GL using SAPF124 Program a third line is created as indicated below. But this document is not having the fields Material, Plant and Valuation Area updated even though the documents getting cleared are having these fields po...
Hi Experts,i have 1257 ship-to's and 104 sold-to's, now i have to assign these ship-to's to corresponding sold-to's, is there any Bapi or any other procedure to do so.i couldn't get proper bapi that is required to me.Thanks in advance.a25.
Experts,When I change the ship-to party address(ex: street and city) in header->partner in VA01 transaction and hit the button 'Branch Transfer' (Implemented Badi) in main screen of VA01, then the ship-to address blanks out and just remains WE and...
DATA: JUST_LINE(255) TYPE C.FIELD-SYMBOLS: <LV_JUST_HF> TYPE CHAR1.do 255 times. lv_index = sy-index - 1. ===> ASSIGN JUST_LINE+254(1) INCREMENT lv_index TO <LV_JUST_HF> RANGE JUST_LINE. IF JUST_HF <> SPACE. IF <LV_JUST_HF> <> SPACE.*En...
Hi Experts,Iam using the FM 'REUSE_ALV_GRID_DISPLAY' to display the output.Here in the out put when I click on the Summation button it is giving dump.The message is 'The current application program detected a situation which reallyshould not occur. T...
I need to add a tab in KE51 screen, where i can add two or three custom field for business purpose. but i did not get any user exit for KE51. In cost center screen (KS01) i can add tab and give three custom field using User Exit COOMKS01. but for pro...
Hi, experts!Can anyone please help me identify what the operator ':=' does? I've recently come across this in an expression; variable1 := variable2. Now I know that in typecasting, '?=' is used but what about this one? Thanks in advance for your help...
Hi ABAPers,Would any of you please advise me on how to transport the variant and layout setting in SE16? I cannot see any transport request in the menu but would like to understand how to manage through transport requests.Thanks in advanceKind regard...
Hi,I tried to update the Phone number using BAPI_USER_CHANGE and I am unable to do that can anyone help me with that please...??Regard'sGirija
Hi All,I have already created an Adhoc Query, and I would like to run it everyday and save it as an Excel File automatically. I have already known how to set schedule in background (by using SQ01 SAP Query), but I don't know how to set the output for...
Hi ,There is a requirement to upload any type of file format from Presetation server to Application server .Is this possible? as the conventional methods are only Excel and Text ! Please suggest me any idea .Regards,Richard A
I am using the enhancement 'MEREQ001' to add a custom tab at the PR item level. According to our requirement we need to add 5 fields in that custom tab using the screen 111. As per documentation, i have added my fields in CI_EBANMEM and design scr...
Hello Experts,I'm working with Dataset (READ DATASET) and after reading a file trying to move it in an internal table. My OPEN DATASET statement is good because I'm checking SY-SUBRC =0. Code always passes this check with SY-SUBRC = 0 meaning it find...
Hello,i've got a report which hasn't got a selection-screen as its startscreen, but a complex dynpro and is based on different start-buttons and not only the "basic" F8/Run-Button. the users still would like to be able to run the report in background...
hello all,I often wonder if what is the use of multiple use BADI, as the system generally calls the newly activated Implementation.and I understand the concept well when we have 2 active implementation system will call them in a randm order.So my que...
I need to find string literals enclosed between single quotes(e.g. 'Sap') from a line.I used '''.+''' as regular expression pattern It gives correct result is there is only one string literal present in the sentence. But if there are two or more stri...
Hi I am working in one PO enhancement.Here in field i.e. charactertype fileld and storing as v_charvalue = '1,950 US GAL' ( v_Charvalue is type C).Now I want to fetch only numeric value i.e 1950 into v_num ( this is type N ).From the v_charvalu how ...
Hi All,I have a custom report which should call tcode f110 .how t pass the selection-screen values to tcode f110. i am using bdc data..can u please suggest which approach should i go.i
Hi Experts,As per my requirement we have to generate Material IDOC in Outbound side based on plant conditions( Ex: we have generate IDOC in Outbound side for the plants 1000 and 3600 only ).For that I set the filter for Plant (WERKS as 1000 & 3600) i...
Dear Friends, When I am inserting basic pay data using BDC then it's not working finedata is coming in internal table that I have checked by debugging , when I am inserting data using BDC in foreground then wage types are shown in pa30 when I do ente...
Hi everybody,i am having same material no 4 to 5 times in the table MSEG with different qty. now in my output i have to display the material and the total qty .so i am using the control break statements and adding the qty here.but when i am using teh...
Hi All,In the internal table the idoc segment field values is populating in single field( i.e TXT04).But in the idoc data record the field values are splitting in different fields.example : segment -E1IDT01 and field -TXT04the values should come in t...
Hello FriendsIam developing withholding tax report for our FI module.I need to show report based on segments which are our different company offices.Now WITH_ITEM table does not has segment otherwise I would have directly picked data from WITH-ITEM. ...
hi, i am facing a problem when cancelling more than 14 invoices through bdc recording. Normally , in vf11 , after entering 14 invoice numbers , i press enter and then click on the scroll bar , to get the further input fields.Now , while recording the...
Hi,I have developed a report which converts the ALV grid into a PDF and into .ZIP file. Finally ZIP file gets downloaded using GUI_download. My client wants the .ZIP file as a mail attachment but not as a download.Here is my final bit of code. CALL ...
Hi,I need to hide some IVA codes in the match-code of the PO (ME21N) EKPO-MWSKZ.Someone know how we can do it?Cheers,marta
All,While creating an ecatt test script I am getting the error "Double definition for parameter". Can anyone help on how to resolve this error?Thanks,Sean
Hello,I need in a ALV list, view file that file corresponding in each line(with double click), i go to GOS toolbar and i can open or save the file that i want, but in my program i only can download the file with SO_OBJECT_DOWNLOAD function.Anyone can...
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 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |