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,Our requirement is to put every PO on hold initially. I know there is a field EKKO-MEMORY which can be used to put PO on hold. I tried to find user exit but could not find any user exit that can modify a field in EKKO. As I am working on 4.6C, ...
Hi experts,I am really confused with OOPS ALV in background.My understanding is CL_GUI_GRID_DISPLAY doesnt work in Background that is no spool is generated. Then how is all the programs BCALV_GRID_01, BCALV_GRID_02 which have OOPS ALV, workin in back...
Hello experts,Iu2019m writing a report program and after pulling data from a custom table Iu2019m modifying certain fields within internal table and then eventually update custom table. The way Iu2019m updating custom table is working fine. However I...
Hi friends,my requirement is that while using t-code VF01 a popup msg will display by checking material no.plz suggest me any userexit is der for dis..this is very urzent.john
Hi All,I have configured inbound partner profile with option trigger immediately. But still some times IDOC is getting one extra status 64 with "message Immediate Processing in Job 'XXXXXXXX' " and the job is executed some time later. so here some ti...
Hello,we are in the progress of a release change from ECC 5.0 to ECC 6.0.Now we are testing the authorizations and roles.Some user got the error (/nSu53) that the object M_LPET_LGO is missing.When we analyze this object in SU24, we did not find any t...
Hi All,I am having 2 questions in regards to the interface development:1. I have to read and validate following details from the production order and prepare a file to write it in to the Network directory. -> Get all production order from (Table :...
Experts,I have a client side .EXE program that I want to call from ABAP. This I can do with either FM RUN_GUI or the EXECUTE method in CL_FRONT_END_SERVICES. What I am missing is the ability to read the return code from the EXE execution back into ...
Hi , Is There any badi for vlo1n first screen . ie in that sceen "from itam" and '"to itam' ? i want badi for these two fields i entered .
for example the input parameters are:programmer: sy-unamebegda: 2007.01.01endda: 2007.02.01the outcome will list all the programs' names including webdynpro component which was created by me.is there a table have those entries in the system?thanks a ...
Hi Folks,I am getting an excel file from my Customer with all Formatting and colouring done to it. All the columns are defined and coloured. Now i want to save this file on application server, without making any change to the file. So that i can use ...
Hi! We load a external resquest to our development and PRD area I changed some messages in the ABAP programs however it did not work when transported to the PRD area. I found out that the packet is not in the PRD environment just the ABAPs program...
Hi,I am trying to execute the below code resulting in a 'refernce to null'. Could any one please help me with some sample code.DATA : IM_MESSAGE_HANDLER type ref to IF_HRBAS_MESSAGE_HANDLER.DATA message TYPE symsg.MESSAGE E015(zhr) WITH 'ERROR MESSAG...
Hi Gurus,I have to extract only pricing records tables A904 and A920 from specific condition type and records from table A917 from specific condition type .How to filter the dataThanks in advanceRaj
Hi all,I am using BAPI_SALESORDER_CHANGE to add new condition type for an order item.I am able to add it, but problem here is, that i want that condition type to be manually changable. Here, in BAPI, after execution, condition type field becomes disa...
I have a report where i've changed the total. The report works fine when you view it from screen. When you print it thought the totals are wrong the modification aren't shown. Can anyone help me on this please. Thank you for your time
Hi Friends, My requirment is to make Basleline date field ( header data 2nd tab) to be noneditable in Tcode MIRO for a particular company code.Please let me know the exact user exit or BADI for doing this. Also let me know if there any exact enhancem...
Hello We have for Dev. purpose an ERP6.0 EHP3 SP2 Non-Unicode System, now we should make an Unicode conversion with this system. Does someone have an Idea for me which Conversion Guide I have to use for this ? NW70-14 ?? NW7016 ?? NW701 ?? there m...
Hi Gurus,Which is more efficient one.1. Select from Database on some condition. Then use delete statement on smae DB2. Delete from DB on some condition.
I am fetching Job Description from IT-1002 using the FM HR_RU_GET_DETAIL_DESCR. However, this text contains some special characters like 'Ãu02DC' and § etc. These characters are present in the infotype itself (can be viewed through PO13).I do not k...
Hi All,I have a requirement were i have a action type salary change, here i have to validate that the person who is creating the salary change request, should not be able to create for himself.I am looking for a badi or user exit which will validate ...
Hi, I am trying to execute the below code resulting in a 'refernce to null'. Could any one please help me with some sample code. DATA : IM_MESSAGE_HANDLER type ref to IF_HRBAS_MESSAGE_HANDLER. DATA message TYPE symsg. MESSAGE E015(zhr) WI...
Hi,We all know the conventional way of finding the customer user exit i.e. to find the package of the program of a Tcode and from either SE84 or SMOD, we can get the exit names.But Recently i have come across a situation in which the Customer exit is...
Hello everyone,I made a screen and put some text editors on it and i want to store the text in the database tables.How can i do this?The text editors gives tables and splits the text into lines when i read the text from text editors.Thanks for your h...
Hi, i have to add one button in application toolbar,which will be for print.which will be displayed after report has been executed,from that output user will select records from output and when press that button of print which will call another driv...
Hi Folks,I am using bapi Enter G/L Account to add new item in existing PR number. In return table, bapi is giving error mesage that, 'Enter G/L Account' . But i don't know where to pass the G/L number to this bapi and from where i can get the G/L num...
Hi Experts,I am debugging a program wherein the following statement is encountered DATA: lv_reffield1(100). " Reference Field 1lv_reffield1 = '(SAPLICL_POLS_BDT)GO_TREE1'How do I interpret this statement. What does it do?Thank...
Hi friends! I need some help. I have table with field type char20. In this field is saved a serial number with a fixed layout like 00.00.00.00.00.00.00. User wants a report that he can use this field for search criteria in selection-screen, some like...
I was trying to write a simple report that has a single input field with a f4 help for a directory browser attached. the input field can only be filled using the f4 help ( achieved through function module DYNP_VALUES_UPDATE) . The problem is after ...
Hello Experts,I am doing a call transaction in a Z program like this: CALL TRANSACTION c_yt01n USING t_bdc MODE v_modo UPDATE 'S' MESSAGES INTO t_msg.c_yt01n = YT01N (...
Hi all,We have a requirement to post vendor invoice in fb60 thru bdc. Suppose the vendor has different withholding tax codes then in fb60 while posting all the tax are calculated but we have to have only the tax code that is specified in the file for...
Hello Friends,the command Refresh control xxxxx from screen yyyi am trying to paste in some parts of the dynpro. But i do not know where this command exactly should be. Can you tell me this?i found only one line o this command in sap help. Best Regar...
Hi allI had problem when working with badi. I want to issue an error message in badi. whenever i am writing a message with the following statement message text type 'E' i am getting a common message 'No vendor Specified'. But the message i issued is ...
Hi all,We have a requirement where :When user will do the good receipt via t code MIGO against Stok transfer oder system should first check whether batch of that material has any inspection lot created in source plant or not and the status of inspect...
Hi Experts, We have activated change pointers in ERD 110 and was able to successfully generate DEBMAS Idocs, when standard fields are changed. But could not when customer classification data is changed. This classification data is maintained ...
Hi All,I am facing a problem in splitting the Select options for my screen. What I have to do is I am expecting the User to enter around 5000 records in the Select Options. I have to use 2000 records at a time for processing, which means three set of...
Hi, everyone. I'm trying to call an external program from ABAP by using SM69 and FM SXPG_COMMAND_EXECUTE MOVE 'zlong_bat' to ld_comline. "Maintained using trans SM69 * * Execute external command, contained in 'ld_comline' CALL FUNCTION 'SX...
Hello All,I need to get the accounting data of Purchase order, while sending the IDoc. When i checked the ORDERS05 , i could not find any segment that contains acc data.Can anyone let me know, if the account assignment data is available?Thank you.
Is it possible to identify the SAP User and assigned roles for Compnay Code - XXXXRegardsAmit
Hi, I need to insert/update contract conditions in tcode FNVM.Kindly suggest me a BAPI/FM to achieve this functionality asBDC for insetion/updation of contract conditions in FNVM is not possible since i am not able to capture the recording for co...
Hi,I want to limit the user who can acess to a z table, i have gone to se11 -> table maintenance dialog -> enviroment -> Modification -> Event but i can't limit the user, any tips?Thanks,Raul Natu
Hi All, I am using a mathmatical function FRAC but getting errorField "FRAC" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. getting this error for any of the functions like CEIL, FLOOR etc.My Statement is ...
Hi, please tell me how to skip the window while executing the smart form driver program, i tried in smartform form interface there is one parameter *control_parameters* it contains preview and i kept it as 'x' in driver program but it is not ...
Hi Frds,I have one requirement to post Customer Invoice (FB70) through PI Interface . My field values are : BUSCS ACCNT BLDAT BUDAT XBLNR WRBTR WAERS SGTXT Invoice 33...
Hi expert,I want to populate Sales: Sales Org 2", under the fields "Material Group 2", "Material Group 3","Material Group 4","Material Group 5", of material master for MM01/MM02.For that I am populating WMVKE structure in the exit EXIT_SAPLMGMU_...
Hie guysI have a particular dump trying to execute transaction MB01 throwing the GETWA_NOT_ASSIGNED runtime error. However when another user tried to execute MB01 for the same PO it went through. Several other users have also experienced the same r...
Hi All,I am posting after i went through the forum.....I have written a code as follows: OPEN DATASET fname FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. CLEAR wa_final. LOOP AT it_final INTO wa_final. CONCATENATE line wa_final INTO line SEPAR...
Hi Expert,I got problem for tracking the problem which is using GET PARAMETER ID under debug mode. the scenario is like that, I go and run the BDC transaction and want to use GET PARAMETER ID 'KUN' to populate data customer code to some variable. but...
Hi,I have to change the field values for tax base amount,output tax and gross amount under the output tax: line items when I execute the report RFUMSV00.Can I use the method *APPEND_TAX_ITEM in the BADI *BADI FI_TAX_BADI_011 to achieve my requireme...
Hi,Is there a way to extract specific authorization values for a particular user? In SUIM, using "Users by Complex Selection Criteria" will display all the authorization & values. You then need to find that particular authorization, say "P_ORGIN" an...
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 |
---|---|
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |