
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,I want to create an ALV output for a 2-dimension table. The table should look like:--- | Col1 | Col2 | ..._________________________L1 | Cell11 | Cell12 | ..._________________________L2 | Cell21 | Cell22 | ...Do you have any hints how I could ...
Is it possible to run a transaction always in English REGARDLESS THE logon language? THANK
Hi ALL What is the Difference between Tab delimited Format and Fixed Langth FormatIt's very urgentplz any one can give answer for thisRegards...
Hi All How to copy the Fixed format File in the BDCRegards..
how to use event LEFT_CLICK_RUN of class cl_gui_html_viewer?
Hi,Can i link Hot key to Message Display? I am displaying Warning message, if User double click that message the screen should display(standard screen for Material substitution). Is this possible? How can i do this?Urgent help.......thanks,Subashini
Hi,I have a form in english and when i go to transaction number fb03 fill in the keys for financial accountingand choose the correspondence that i want then go to the transaction f.61 and chose correspondence and go after it to the sp02 i see the for...
Hi AllIs it possible to put trafic ligth indicator against each record in table control. I need to display green, red and orange indicator depending upon the status of the record.ThanksRavindra Suvarna
Hi,I need to post IDOCS using the FM IDOC_INBOUND_SINGLE,for IDOC type HRMD_A05,message type HRMD_A,in mySAP ERP2004 ,to change HR data of employees in SAP.The IDOC gets processed and the changes are reflected as required,but the problem is that when...
I have a field of a table that contains a codethe code is store in Database table ZCODE.For these codes there is a text table ZCODET.1 / I'd like to display these code in the ALV but with text 2 / I'd like to do it in DropDown List Box.3 / Not all va...
Hi ABAP Experts, I want to read the file contents of a file in the local system. I want to read it stream based i.e if the file is if 100kb in size, i want to read the first 100bytes at one time, next 50 kb after, and remaining some other time. Is ...
Hi ABAP Experts, I want to get the filenames of all the files that are present in a folder on local system using ABAP. Is this technically possible. If so how.Thanks & Regards,Vinay
Hello! can anyone help pls?I am in the process of constructing an ABAP query and I'm getting an error message which is quite puzzling. Here's the details:I'm creating the query using an infoset constructed from logical database VAV. When I try to a...
Hi,i would like to print a content of cl_gui_html_viewer, but it is no method Print in this class:( How can I do that? I can write a javaScript and fired id by link or button, but I will fire print process by gui status button (not html button). Is t...
There is a Gap in address area in one of the SAP Script form. How to remove the blank line in betwen the address lines. My code is:/: ADDRESS PARAGRAPH AS/: TITLE &ANRED&/: NAME &NAME1&, &NAME2&, &NAME3&, NAME4&/: STREET ...
I'd like to have field : Last Changed atLast modify onCreated atCreated onTo a Database table.It is possible that these fields are maintained atomatically by SAP ? So I do not have to fill them in but SAP do!Thanks!Stephan
Hi All, I want to convert a hex value to FLTP. How can I do it?..Normal covnersion rules say it is first converted to a packed number and then to floating point number giving me the wrong results.
Kindly provide me the resolution for the following issue at your earliestIssue:I am sorting the alv list based on invoice payment date with subtotals.and i need a page break for every new invoice payment date.I have achived the same by following code...
Hi,Sometimes when I use "Call Transaction", the sy-subrc value is populated as 1001, even when the BDC is succsful. Any one know why this happens ?Also the Options addition for Call transaction has fields like RACOMMIT, NOBINPT and NOBIEND. What do t...
Hi,I want to delete a document. I can set delete tick using CV02N t-code. But I can see this document such as using CV03N t-code. I want that not to see this document. If I try to see this document, I want to get error like 'there is no document'. Ho...
Hi..i wud like to know the usage of both these things?r these useful only to read EDI text or any other?Please clarify me.thanks in advance.Thanks,Raja
Hello guys, How can I restrict certain values on a system table? for example: p_matnr like matnr in the selection-screen. Also, how can I show a error message that when a user selects an invalid value?Thanks guys!help would really be appreciated.
I have issue , i need to raise the DATA_CHANGED event explicitily for validating the data on ALVgrid.
Hi All,I need to initialize the date on the LDB PNP selection screen to today.I gave the following code in the InitializationSet the Key Date to Today pnptimr1 = 'X'. but this doesn't get reflected on the selection screen.Please suggest.Thanks,Surya...
hi i need to upload the data for service master record i.e Tcode AC01.when i do recoring im only able to view the display mode,im not getting the write mode.when i goto tcode AC01 directly,than i'm able to view the create button,how to upload into t...
hi team,any body have some idea about FM INX_GET_TABPT
HiI am using the following syntax of REPLACE in a report.REPLACE old_character IN my_object WITH new_character.The unique thing about this report is that it has to run on different versions from 46c.The above syntax works ok in abap version 7 but is ...
Hi All, I need to call the custom transaction from Cj20n. How to do this. Are there any Enhancemts available.RegardsKumar
Hi all!!!Actually in transaction PP01, for OBJECT TYPE: Business Event type.I m unable to find out the Transparent table which stores the description. I tried to search in infotypes but failed...Can someone suggest the name of the transparent table w...
Hi, I need to send an Idoc to receiver system when a document is posted using MB01 transaction. What are the settings to be done for automatic generation of IDoc?With Regards,Nelson
hi, I want know why hide statment behaves differently when i put this before the write statment.Thanks & Regards,Radhakrishna.
Hi,I want to edit the R/3 user favorites menu in my program, I can get items and change it, but I don't know how to save my modifications.Regards,Andrej.
Hi,I have a class in ABAP. My constructor is;method CONSTRUCTOR. ... CREATE OBJECT X_APP_EXCEL 'excel.application'. ...endmethod.I want to free X_APP_EXCEL object in destructor. And I wrote;method DESTRUCTOR. FREE OBJECT X_APP_EXCEL.endmethod.But, I...
Hello !I m doing sorting in ALV.when i m doing the sorting that field is also appearing in that box. I don't want to see that fieldname.How can i do this ??eg:- i m doing sorting on vkgrp value(10H ). on output column it is appearing as 10H.I don...
Hi All,How to convert a Data's in a custom table to output in XML format n store in a FTP folder by runnig a report in ABAP. That is each time when a custom report is run the data's which gets populated into a custom table shuld also be generated as ...
Dear All, I want to add new fields to Sales Order header and at the item level as well. could anybody please tell me any user-exit or BADI to add new fields?I have searched for userexits and BADI but i am not able to locate and screen enhanc...
I was stuck with one problem. I created material by using direct input method in LSMW. When we see this material in MM03, it is available for display. Here the problem is in MM03 only basic data 1 and basic data 2 are available. I am trying to trace ...
We have created a tcode for a database table in which the value for one of the field is getting truncated and on going into the detailed view of a single entry, the value disappears when we click on it for copying and also the horizontal scrollbar is...
Hi,Can you please help me how to add extra screen fields to standard screen i.e.,vendor master (XK01) screen.Is there any screen exit for XK01 ? ORIs there any BADI'S for XK01 screen exit ?Bye Praveen.
Hi, Could you please tell me what are the steps involved in saving a file on the application server? Also could you please let me know how to transfer a file from the presentation server to the application server..Thanks in advance...
Hi, I want to create trip from tp04 transaction. But there is a bapi BAPI_TRIP_CREATE_FROM_DATA which is updating through pr01 transaction. Is there any bapi which creates travel request. Iam trying it since one week.rgdsp.kp
Hi, I just want to ask if there is a way to get the key field/s of a specific SAP table.Thanks in advance!!!
hi i have a logic prob in sap abap. convert the numbers to alpha sequences from serial number > 279360 like 279360 = AAAA.279361 = AAAB279362 = AAAC ....the sequence of alpha code r likeAAAA -AAAZ, AABA- AABZ,... AZAA-AZZZ.BAAA- BAAZ,BABA-BABZ,.....B...
hi all!i am using user exit exit_saplrha0_003.in FM idoc_input_hrmd.how to find the enhancement for this exit.thanks.raj.
hI aLL!I am doing an outbound interface with custom FM and assigned it to message type.Also i am using a extended IDoc for this.When i go to we19 and trigger my Idoc by clicking start outbound processing i am getting an error "port " does not exist i...
Hi , Ple give the example for report event initialization .Regards,Narayana.
Hi , I want to create three select option fields like F1,F2,F3.But I want to display F1 and F2 for S1 user and F3 for S2 user.Please give reply urgently.Regards,Ravi
Hi friendsHow can i do aggregate in ALV ?eg:-my report output luks like this:-10C-NAME1 10 3 410C-NAME1 2 4 610C-NAME1 8 8 8Now i want to sumup these records and display as one record.Now..my rep output sho...
hi friends,i have a internal table itab with 3 fileds called f1,f2,f3 and the contents are.........-f1 f2 f3-A1 A2 A3B1 B2 B3C1 C2 C3D1 D2 D3E1 E2 E3F1 F2 F3G1 G2 G3-if i want to print the output like thisA1 B1 C1 D1 E1 F1 G1A2 B2 C2 D2 E2 F2 G2A3 B3...
I need to download data from an internal table to excel sheet. The requirement is to create different TAB's(worksheets) in a single excel file while downloading instead of multiple excel files. I tried to find FM's to do this but couldn't enough deta...
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 |