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,Im using tcode CO02, i have a requirement that if a certain PO type and if component button was clicked ... fields which are enable should be disabled.. meaning should be a display view only instead of edit one.. how can i do it? is there an exit ...
Hey SAP Gurus,We have around 30 systems on AIX which need to monitored remotely via TELNET service.Is there a way where in a TELNET session can be called from an ABAP code.Please let me know .Regards,Ashish .A. Poojary
I am using the FM ' REUSE_ALV_BLOCK_LIST_APPEND ' in my requirement . This FM is supposed to be called many times. So, to avoid redundancy of code, I want to use a subroutine passing the few tables and a field. However, I am facing problem passing th...
HIthere is an interanble with some values. Now i want to select only particular records from that table and want to put into same internal table depending on some selection criteria?can anybody suggest me please?
Hi experts, I need BAPI for OPEN PAYABLES for my project if any there can you send me please ... Thanks,Dinesh.
Hi Gurus,I developed one report to display the details of sales activities done by the user.I struck in one problem like when the user double click on any row report should call the sale activity transaction VC01N with the sales activity number (vbka...
*Please do not have your subject in ALL CAPITALS. Please surround any ABAP code with {color}* Hi, I am working on a code in which i have to display the UD for a Inspection lot,the below mentioned code is working fine but i am facing a problem that ...
Hi Friends,I am using CALL METHOD g_alvgrid->set_table_for_first_display.I want to know what all are the EXPORTING, IMPORTING and CHANGING parameters for the above METHOD. How and where to find that.Thanks.
Dear All,I have ABAP report list.I have the following code:SELECT-OPTIONS: s_date FOR oijne-astdtt. PARAMETERS : p_time LIKE sy-uzeit DEFAULT sy-uzeit. SELECT-OPTIONS : s_soldto FOR oijnomi-soldto.in my program i have INCLUDE ZER0100F. as incude for ...
Hi, In the GUI status function keys, There are 2 buttons, one for BACK and other for EXIT.I have mandatory fields on the screen , when I press back or exit button without filling the mandatory fields , it says fill in all required entry fields but I ...
Hi All,DHow to retrieve the tables from database related to specific modules like SD, MMu2026?Suppose I would like to retrieve all the tables to relate to SD Module. Pls let me knowu2026Puppy.
Hi, I have enhanced the standard infotype 0006 to add a new field zzrelation. I wanto to update values for this field using a BAPI. Is there a standard BAPI which has extension tables, for updating this enhanced 0006 infotype. So that I can pass ...
Hi,I have to add authorization to a z transaction in the dialog program.The user should be able to open the transaction only if the value is 'Y' in the database table for the user.Please suggest how should I do it.
Hello All,I need to attach a pdf document in sales order in background.Can anyone guide me on this?Thanks,Thiyagu
Hi frnds, Can we create SO from PO through IDOC's in the same client with different company codes.Ex: PO created in 100 client in company code AB00. i have to create SO in 100 client in company code AB01. Any suggestion on this is highly apprecia...
Hi,I have a problem when I try to create Sales Order and change it with BAPI_SALESORDER_CHANGE.Logic of my program is 1. Use BAPI_SALESDOCUMENT_COPY to copy data from Billing to Create SO2. Use BAPI_SALESORDER_CHANGE to unblock Billing Block in Sales...
Hi,I have a button in the application toolbar of the GUI status.I want to disable it and it should be enabled when a certain field in the database table is updated.Please suggest how can I do it.
Dear All, I have one Performance issue , my problem is the query given below Takes much more time than Expected were i retreive data from resb table only by passing EBELN and WERKS .I am using key fields also still my performance is ...
I have a button in the application toolbar of the GUI status.I want to disable it and it should be enabled when a certain field in the database table is updated.Please suggest how can I do it.
Dear All,How to transport the delete variant values of Archiving Object ?For using RSTRANSP Program we need the program for the delete variants which is afunctiona pool in this case.any clues ???Regards,Deepu.K
Hi Guys, I am having recipent list , body text ,Subject text etc in my internal table .Now by using this i need to send Email to the recipent list with all details.Can any one give me the right function module which will do it ?Regards,V...
Dear all , How can I send output of smartforms to purchase order pdf format and send this pdf file to a specified e-mail address.Best regards,Merry
Hi SAP Experts!We just upgraded from 4.6c to ERP6. In one of our customized reports (which is a copy of ME54, which is why I posted it here), the dropdown menu (List, Edit, Goto, Views, Settings, Environment, etc) is in German even if our logon langu...
I have my RFC using OO. I can excute it in the ECC System, but when i using java to call the function , the error 'Error in RSQL module of database interface' return.I don't know why? If any help, that will be great.in SM21 , there is it:BV5 Convers...
Hi All,DATA: str1(999), a(10), b(10).DATA: len TYPE i.a = 'Welcome'.b = 'To all'.CONCATENATE a b INTO str1 RESPECTING BLANKS.len = STRLEN( str1 ).WRITE: len.result : 16.If I declared str1 as string result is 20. Because in above case emp...
Hi,I know that we can turn on ABAP Debugger by using /h. Can anyone tell me how can I turn it off?Thank you.Edited by: Shreya Eknath on Apr 29, 2009 10:11 AM
Hi experts, Am using bapi BAPI_ACC_DOCUMENT_POST for gl upload for t-code f-02. the problem is header text(bktxt) is not uploading in fb03. how to solve this problem??Regards,Sunita.
hi experts:I use the BAPI_ACC_DOCUMENT_POST to make a posting,but in the po history,there don't have the FI document information.so how I can see the po history after the posting.if do not use this bapi,pls tell me another.can you give me one sample?...
Hello,i want to call a function module 'xyz' in background task. This function inserts/updates some records in a database table. Do i need in the function module 'xyz' an explicit commit work to persist the data in database?Thank you for your help
Hi Experts,I am having problem with ALV list screen display on selected rows.I am displaying internal table1 through ALV output and later am posting in FB01 transaction by selected few records. And showing FI document number log display in 2nd screen...
hi,Can anybody help me to find the correct translations for the SPELL AMOUNT FM in Turkish? I need to populate T015Z and apparently it is not part of the SAP language load for turkish.Is it downloadable somewhere?Thanks!Frans
Hi,I have defined a text edit control on a screen in a custom transation and this works in that I can type text into it on the screen.However when I come to need to save the text I use the method 'get_text_as_r3table' to return it into an internal ta...
Hi,My requirement was to call MRBR report without release functionality through Z program. for this I did couple of thing1. Copied GUI 'RM08RELEASE' of a standard transaction MRBR to 'ZRM08RELEASE' and removed release flag Icons. 2. added a new colum...
Hi,Is it possible to redefine a method of a final class and if so, can someone please give me a brief example of that technique?Thank you very much!Andy
Hey Folks,I'm developing some custom ABAP transactions to use with SAPConsole through a Georgia Softworks (GSW) telnet server / mobile client. I've followed the instructions layed out in SAP note 371838 and have succeeded in generating the bell sign...
Gurus,I have seen a lot of threads on excel file creation in application server, but failed to see if anyone had a solution.Problem: In background execution I need to create an excel sheet on application server, the data would be contained in interna...
Hi all,I have a field in my internal table named ITAB-AWKEY. AWKEY is of 20 chars.I need to pick first 10 chars of AWKEY and put in another variable RSEG_BELNR and for that i saiddata: RSEG_BELNR(10) TYPE C.MOVE ITAB-AWKEY TO RSEG_BELNR.Now in anothe...
Hown can I extend the idoc segment E1KOMG. This segment belongs to idoc type COND_A02.Thanks.
We have an instance of HCM with several clients running. This system has been sunsetted and replaced, but the business wants the legacy instance to be available as "read only". Is this possible on the ABAP or Oracle side, or do we need to look at s...
Hi, Note:- I am not using ALV classes in my report.When my report is executed, ALV Grid output is displayed and six push buttons are displayed on the Application tool bar.Each push button corresponds to records from different table.So, when I execute...
hi Im using the BAPI_MATERIAL_SAVEDATA, to create a registry....but im having problems finding bapi, that will helpme to record the registry of the this tablesa. QMAT, b. MARMc. MEAN ...
Dear Guru ,I am wirting a program which can split the delivery note just like transaction code 'VLSP' ....I am trying to use BDC record the screen field , but unforuntally , it can not record the new delivery quantity . So i am finding other solution...
Hello All!I have a slightly frustrating problem. I have built a Module Pool application to display shipments and their underlying deliveries (various information from each).I have structured the application as followsAn object to store the Data. This...
Hi guys,For creating a view I am trying to join 2 tables( EUIINSTLN & EUFASS).I have selected 4 fields in first table(EUIINSTLN) and 3 fields in the second table(EUFASS).The join condition is in such a way that the first table field(EUIINSTLN-ANLAGE)...
Hi,I have requirement i want upload data using BAPI.....here i Created a BAPI with 'Z' and released it.....and when im checking the same BAPI in LSMW F4 help under BAPI radio buttonim unable to see my Created custom BAPI IN F4 Help List...how to get ...
Hi all, In CRM when we create business partners they are stored in table BUT000. Similarly what is the table in which CRM business transactions lead, oppurtunity, activity are stored. or else is there a way to find out the tables used in a transac...
I have created ztable with 5 fields which are plant, material type, material group, created by user and changed by user. out of which I created plant, material type, material group as primary keysSo I went to sm30, and created a record.Again when...
Hi AllWhile creating Configurable Material master record using the reference material, i am getting the following error "Control Framework: Fatal error - GUI cannot be reached". I have used BDC to create these records.System: AFS ECC 6.0It works fine...
Hi!In my smartform I have a column for ship to address in my main window where I need to fill it up with the address depending upon the address number . I ahve some special cases where the customer number is same but the address numbers are different...
Hi Guys,I have a question . In my dynpro I have 3 button (button_expand1, button_expand2, button_expand3, button_expand4 ) with your texts. Button_expand4 is invisibleI would like to know if it's possible when my table prps-stufe = 3. replace button_...
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 |