
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...
Howdy,I've got an objects question and its driving me crazy.Basically I have two methods in a class.Method 1 passes values to method 2.Method 2 does some calculations and then passes the values to method 1.Well, that's how things are supposed to work...
Hi,We want to import .bmp file from presentation server to SAP Documentserver. This is to be done while printing each invoice.So we need a BDCfor SE78 transaction to import .bmp file.But while recording the transaction, In SE78 , there are 2 foldersa...
Hi AllI am trying to use this function module (BAPI_PRICES_CONDITIONS ) to create sales deal condition records.I tried executing directly using SE37 transaction.But i was not succesful.Please let me know, whether if any one have used the same and wh...
Dear FriendsI am facing Problem in Inbound production order:We have created one Production Order (Tcode: CO01) and subsequentlyconfirmed the production order using (Tcode: CO15). It updated goodsreceipt (finished product) and goods issue (for semi fi...
Someone can explain me how can I use a User Exit on a Standard Transaction?, I need to verify that a code already exists before the Transaction do what it do.Thanks in advance,Ruben.
Hi,I need to get (display) an attachement stored in EBP from a different R/3 system (in transaction display purchase requisition). Could somebody point me to right direction ?Thank you for your feedback.Marian
hi,i am using BAPI_SALESORDER_CHANGE' function.i am getting error 'Entry US 11 does not exist in T605'.how to solve the error.thanks and regards,nitin
Hello All,Would be glad if the difference b/w the Local currency, Group Currency and Transaction currency is explained and what are the technical field names for these from BSEG table ex. DMBTR, WRBTR, DMBE2 etc.Thanks,- PSK
Hello Smartform Gurus I need 2 call 1 tcode from my Driver prog ,which has report o/p that is 2 be appended in my Smartform o/p as a appended page . Is it possible at all ? plz throw some light on this . thnx Moni
Hi all,I'm doing a batch input to transaction MIRO, i'd like to know how to get the lines for the detail lines of a purchasing document at table-level in the grid for purchasing docs because i need to do some other things with that data before ending...
Hi,What is the importance of SM30 and SE54 / SE55 !!How a table is maintained through those tcodes.How and in what way its going to be smoothen the process with reg to developer.Thanks & Regards,Ramesh
Hello,I'm using enhancement MBCFC004 (user exit EXIT_SAPMM07M_004) in order to fill batch classification in MIGO transaction, when pressing 'Classifications' button in 'Batch' tab.I've put a break point in the code I've created, but when pressing the...
Hi,I am trying to create table using EXEC SQL. But, the table that I had created using EXEC SQL is not shown in data dictionary. I can not see that table from SE11. If I run the same program again, then gives error about there is already a table that...
Hi all, While using lsmw (standard batch/direct input method)we specify the program name , object , method . Is there any easier way to find the name of standard program if available for a particular upload.
Hi, Can anybody help with how to work with LDs . Can you provide me with samples ?
Hi,I have read good things about JUnit and would like to try ABAPunit. I know that ABAPunit is shipped with WAS 6.4, but is there a way we could download the code to our old and creaking 4.6C system?Slath.
Hi,I have this program that capture some data and transport the data onto a word doc (the data will be insert into a textbox).it work well in 4.6B, but after the upgrade to 4.7, the textbox just don't seen to be working.can anyone pls help!!!! This i...
Hi,Within Investment Management there's a userexit called AAIR0002 (for Appropriation Requests). Is there someone who used this exit (and want to give answers to specific isssues).Kind Regards,Rob Makelaar
Hi gurus,I modified WS20000081 to suit our requirement.I did not understand what exactly the activity "Have absence created by administrator" does.The corresponding task calls the method BUS7007.MANAGEFROMWORKFLOWDIALOG.....Can anyone please help me ...
Hello Smartforms Gurus I need to print 4 forms (Export Invoice, packing List, Enclosure to Packing list, Case marking) within a single print prog . User will execute this prog and it should print all the 4 forms and then by clicking on a button(Archi...
Hi , The FM 'WS_FILENAME_GET' is flagged as obsolete in 4.7 version. What is it alternative .RegardsArun
Hi , The FM 'SW_FILENAME_GET' is flagged as obsolete in 4.7 version. What is it alternative .RegardsArun
Hi All, Is there any guidelines on the number of Pricing procedures and Condition types for each Procedure to be used in SD module. My Client's concern is that more the no. of Procedures and Condition types might result in slowing down the system. ...
i have one parameter and one checkbox.Customer want to display both Input parameter and checkbox Parameterat same column at different line.parameter----Checkbox -O----But now it appears like belowparameter -O Checkbox.checkbox displays in first colum...
Hi all,I have a doubt regarding BAPI.. Can't we use Exceptions to throw error in BAPI like normal function modules?ThanksKelly
Hello EverybodyI need to know when the user press the save button in a standard program and so obtain information, but the program doesn't have associated a BAdI or user exit. is there a different mechanism to interact with a standard program?thanks,...
Hi,I want to learn every properties of a given table such as attributes, total lines, primary keys. I was suggested to examine "describe table". Is there any good reference that explains "describe table" that you know?.Thanks,
Hi,is there any way to rename a SAPscript...or copy an existing SAPscript to a new one.I can use program "RSTXSCRP" to upload/download a SAPscript, but the only limitation seem to be the way the file has been named originally.Thanks,Rajib
Howdy,Objects is really getting me down.I had a program that worked really nicely when I'd created the classes locally within the program.Now I've created the class globally via SE24 and whenever I try to run the program I get a dump beacuse of a nul...
FriendsWhy did SAP design two types of views as above ?(forget projection and help views for the moment).Is it not possible to control the read only part from Maintanence views when multiple tables are involved as done by Database Views ?What are the...
Hi all,how can i find out (with Abap) which system version (4.6 or 4.7) is on the machine ? Is there a function or a "sy-" Variable for this ? I didn't find anything.rgds.Henning
Hello!I have a program which converts spool outputs to PDFs (CONVERT_ABAPSPOOLJOB_2_PDF and CONVERT_OTFSPOOLJOB_2_PDF) and downloads them to files by using GUI_DOWNLOAD. It works fine on 4.7, but on 4.6D I get incorrect (unreadable) PDF files. The pr...
Hi,How can i find out a User Exit that may be useful for me for a particular purpose? Regards,Amit Jain
Hi Experts, I want to insert the companies logo in sap script. I got that image file in word doc. I copied it from there and saved using ms paint, means . bmp ext. Now the problem is that when i try to insert the image in sapscript, through window-Te...
haii have created list with 10pages.last page is Summary of records.my client wants to display only last page (ie summary)out of many pages.could you pls guide me how to do this.ambichan.
Hi All,We are trying to print through SAP smartform to Zebra S500 label printer. We are able to print some data on to the sticker label without any problem. But since the page orientation in the Smartform is protrait, we need to print on the Zebra S...
Is there any way of knowing all the available reports in a particular module including the Z* reports !?For example i would like to know all the available reports MM !!Regards,Ramesh
Hi,I need a FM or method that converts old materials(BISMT) to new materials(MATNR).User will enter old materials in the selection screen. Based on that I need to fetch other data.I found one FM CONVERSION_EXIT_MATN1_INPUT. But it is not solving my p...
Hi,I am doing Asset Report.1. I have posting period and Fiscal year, Company code on the selection-screen as select-options . If theend user enters future posting period and Fiscal year , i have to throw an error on the selction screen itself.2. I w...
Hi,I want to learn Work Flow,Can you provide some material or links that help me in starting work flow implementation.THANKS
Hi,I need some hints in order to have highlighted columns for weekend days having the cells ready for input in transaction CAT2 (rel. 46C). If I select "only working days" the cells are gray but not ready for input :(.Thanks in advance!Regards,Béla.
Hi All,I want to use image's on my screen How can i upload images from local drive and use them in screen.Thanks
Is there any way to get MB5B results in ALV format in version 4.7.pls help.
Hi Smartform Guys 1)I m getting error <b>"CONVT_NO_NUMBER "</b> in converting my Smartform output to PDF. *----**Printing of Export Invoice, Packing List,Enclosure to Packing List & **Case Marking in one SMART FORMS Layout ...
i need a F4 help on one of the fields in the selection screen declared as parameters.i found that FM F4_IF_FIELD_VALUE_REQUEST is not present in my sap r/3.so is there any other FM other than that or any other way to incorporate the F4 help in my rep...
We are currently doing a technical upgrade from 4.5B to 4.7. Match codes that were created in 3.1H wer copied to 4.5 and we will now copy to 4.6.Matchcode object is VMVAMatchcode ids ZVMVA0 and ZVMVA1 were created with the pool tables M_VMVA0 and M_...
FriendsI just need to know where the Synchronization Table (which controls the app servers' buffer synchronization) is present ?ThanksPrasad
HI all,Is there any user exits for cancell the Purchase Requistion and Purchase Order and Goods Receipts. Plzif any one help me.Regards,Ravi Kumar
Hi Friends, My Requirement is to send an idoc to an external warehouse when i save Transfer Order. For that i have created a Partner Profile with message type WMTORD. When i save the transfer Order if the warehouse number and storage type matches ...
HI.I am facing a problem in creating a LSMW for Obsolete infotype in PO13.When i scroll down to choose that infotype(1014) the scrolling is not captured in the LSMW.While recording i face no problem...but when i run the batch input the scrolling is n...
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 |