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 all,I created two radio buttons where one button click should disable a (inactive area where cannot input values) selection screen block. below is the code for radion buttons and the block. *SELECTION-SCREEN BEGIN OF LINE . * SELECTION-SCREEN COM...
Hi, Am using bapi 'BAPI_MATERIAL_SAVEDATA'. here without matnr given mean it's coming error.. if any possibility is there without given matnr no will generate matnr automatically ..
Hi Gurus,I have a requirement for avoiding the Pricing update of a particular condition type, on some condition. I have checked the USEREXITS in include MV45AFZB, where use of variable "new_pricing" is used to re-determine pricing but no luck.My requ...
Hi Experts,We are using standard FM K_COSTS_PLAN_INTERFACE_PERIOD with below data posted to itHere we are passing Fund = 536. After creating the document number, if we see in the transaction CJI4 for the created document number we are seeing Fund al...
Hi Team,I have created one report program and moved into Quality, latter on I have modified 4 times and transported the same, please find the below TR's from version Management.00004 620 SX1K97739000003 620 SX1K977...
Hi experts,I have created Table control. There are 4 push button Display, Delete, Exit, Insert.Now all push buttons are working but Insert button is not working. When I click display button I get records from database table inmy table control. What I...
Hi all,I want to display KONP-MWSK1 field in VA01,02 and 03 transactions.I have added it to screen painter, coded as below in PBO module. Data wa type konp. SELECT SINGLE * FROM konp INTO wa . konp-mwsk1 = wa-mwsk1.Now it is displaying the same tax ...
Hi All,I have developed an ALV report using Container.I found that Standard tool bar buttons at top of Container are missing like sort ascending, sort descending, Summetion, Excel download, etc...I want that even Standard tool bar buttons have to dis...
Hi Team,Is it possible to find list of tables accessed by a user in sap( whether it may be CREATE ,CHANGE , DISPLAY or UPDATE)?Thnaks in advance.
Hi all,I have a doubt regarding user exits.I coded as vbak-zz_mwsk1 = XKOMV-mwsk1 inFORM USEREXIT_MOVE_FIELD_TO_VBAK.vbak-zz_mwsk1 = XKOMV-mwsk1endform.But actually i need to store it in VBAP table so i coded now in FORM USEREXIT_MOVE_FIELD_TO_VBAP. ...
Hi Experts, Am creating a program in a Gateway system, where i need to call a FM from HR system.My Code is like this,Data: lname(20) type c, lv_url type SEAURI.Call 'Z_EMP_GET' Destination 'HR_DEST'ExportingPernr = '12345678'Importinglname = ...
Hallo All,Can anyone please tell me difference between TKOMV and XKOMV.Thanks & regards,Cheruku.
Dear all,I created a new search help and this works fine ... If I compare my search help with a default search help from SAP, I have 1 small feature that not seems to work ... With the default one, it is possible to make a new selection within the s...
Hello Experts,can anyone tell me the exact i/p parameters to be passed in function module availability_check to get o/p as total commited date which is in the tab changing "P_ATPCC" in which the field name is "GSBTR".I want to fetch the values of th...
Category ABAP Programming ErrorRuntime Errors CONVT_NO_NUMBERExcept. CX_SY_CONVERSION_NO_NUMBERABAP Program ZMM_MIGO_GOODS_ISSUEApplication Component Not assignedDate and Time 26.05.2014 14:28:...
HI Experts, I want to display some text based on the user inputs,Question here is i want to display it meaningful way.For ex, if i gave length as 50, output is displayed with last word splitted and coming to new line, like "PAV" in one lineand "AN...
Dear All,I want to update responsible cost center field in the network header.Is there any standard FM or BAPI for this?Regards.Piyush R Sakharkar.
Dear Experts,I have facing issue in J1IS transaction codeSystem would be picked wrong ass value in J1IS instead of grn value we had return material to vendor through 122 movement type and raise J1IS with reference doc MATD excise reference document i...
Dear expertsWe are starting with E-Recruiting project on our abap system 6.05 NW 7.02 Operating system is Redhat 6.x with Oracle rdbms.No Portal involvedwe are implementing some scenarios using custom webdynpro.in order to give one simple functionali...
Dear All,I am fetching data from my custom table. The table holds a large amount of data. I need to do sum on some columns. So i used COLLECT to do it. But it takes more time than SUM in select statement. Please tell me why this is happening. I mean ...
Hello Experts, Good Day.I am facing problem with SELECT statement when I am using FOR ALL ENTRIES. When I am using FOR ALL ENTRIES IN <tab> WHERE <field> = <tab-field> some entries are not getting fetched from the database. That time if I am using Se...
Hi,I added two new custom fields in structure ACGL_ITEM in the include CI_COBL and activate the structure referring note 174413.Now i can see those fields in FB60 . Now what to do next?Likewhere else i have to add these fields ?How to incorporate t...
hi experts i have created one dynamic table. The requirement is to display the subtotals in the output using reuse_alv_grid.the above is the thread related and could any one please provide the sample code for this task.can any one post the solution ...
Hi Everybody,I want to assign a new notification number to an existing order, but I fail.Create notification steps:1. CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'2. CALL FUNCTION 'BAPI_ALM_NOTIF_SAVE'3. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'So far so good....
Hi, I have created a select option field and it is referring to an object which is of 255 characters in length. However the select option field on the screen is only 18 characters. I read in the Help that that is the way it is meant to be. However, s...
HI every one, I want to get the output data of drill down report into z-program. Actually,if the output is only one, I can get into z-program, But, Here the report consists 3 alv outputs. when double clicking function happens, it wi...
Hi All,Please suggest me where I am wrong.I already posted the same problem and find some solution by myself but it is still not working.I am running first parking BDC and then FBV2 BDC in same loop (call Transaction).When for 1st record there is err...
Does ABAP support functional programming?
Hello Everyone, I have developed a ALV drill down report using the method G_GRID->SET_TABLE_FOR_FIRST_DISPLAY. The problem is what ever layout i save for the primary list 'Screen 100' is effecting my secondary list 'Screen 200'....
Good day all,I need some advice from you friends. My requirements: Downloadfiles from external URL into ABAP BackgroundConvertfile content to Binary table type SDOKCNTBINSAttachthese files to CRM transaction as attachments by cl_crm_documents=>create...
Hi , Expert,I have never get this before, When I click on SUM button from the ALV display, it throw an exception to me. It clearly shows that SAPLSLVC caused the problems .I don't know how to fix that. BEST regards
Hi all,I’ve got a problem running BAPIs in SD invironment.I’m creating contract releases in SD via BAPI.First I run BAPI BAPISORDER_GETDETAILEDLIST in my program to get detaildata of the contract. Then I run the BAPI BAPI_SALESORDER_CREATEFROMDAT2 ...
Hi All,I'm trying to extend material from onr plant to another plant , but while extending i'm facing the below errorKey fields for use data VALUATIONDATA and checkbox structure VALUATIONDATAX are differentBut im passing all key fields ..Pl help me w...
Hi all,Is there a way in ABAP to solve below problem?I have a class CL with method METH which inside of itself CREATES an internal table.Table structure and its data depends of various factors and its structure is always unexpected.Class definition:*...
Hi experts, I have to generate an IDOC for every material using basic type MATMAS05 along with few custom segments, and I have been asked to used standard program, RDBSEMAT report. I have created an extension for basic type MATMAS05 as ZMATERIAL....
Hi expert,How can we change logo in Smartforms... if i have login in India then logo is India, if i have login in USA then logo is USA, login wise logo is change and everything will be same in Smartforms, only logo is change.Regards vimal raj
Hi Experts,Can anyone please let me know whether i can use - BAPI_PO_CHANGE - for changing vendor confirmations?There is lot of speculation over BAPI_PO_CHANGE - POCONFIRMATION of type BAPIEKES cannot change Confirmation Category - for vendor Confir...
Dear ABAP Experts,Is there any possibility to see the SQL statement for the query which are designed by the SQVI queries.?Like SQL Server, we design the query in query designer and sql statements are also shown in it .Regards,Aneel
Dear All,I am new to this , User parameter id .I am in need of a Table where Parameter id changed Date and Time of a User is in SU01 transaction .....please do the needfulRegards Srikanth BG
I can't change the code for the include LSNR0F03 under the function group SNR0 through access key.Please advice..
Hi all, I have a requirement to in ME21n like as below., 1) When we choose Order Type->PO-PIR Non-Mandatory 2) When supply all necessary fields like vendor, material, plant etc. and choose 'Account Assignment Category' as 'K' in line item...
Dear Sap Experts.Whenever i am Changing the latest record in infotype 0001 one more additional record is getting created automatically.Example :-For the existing record Start date is 01.06.2013 & end date is 31.12.9999 if i change any field value fr...
Dear Team,We are getting the Yellow rating in EWA , I wanted to know how much user with SAP_all Profile is allowed .How we can remove the Yellow rating from EWA.RK
Hello,I am using REUSE_ALV_BLOCK_LIST_INIT in order to have many ALV in one screen.My problem is that I can't have a title like the image attached.this is what I havethis title I want to have.thanks
Hi All I want to know the table name which stores contract type(RECNTYPE) field of TCode REBDRO. Could anybody help me in this regard.Advance thanks.With Regards,Atif
I am getting message ICM_HTTP_SSL_ERROR when trying to do test connection in SM59 for connection type 'G' - HTTP call to external serverI have already installed SSL certificates which I got from URL.Turned on SICF proxy recording and I see "500 SSL n...
I am using Function Module SO_NEW_DOCUMENT_ATT_SEND_API1 to send an EXCEL file via email. Everything is working fine but when I open the spreadsheet I'm unable to use EXCEL Autosum command on my numbers. It looks like my numbers may be in string fo...
Hi all,I have got a question: an upcoming release update from 4.6 to ECC6.0 will of course also affect authorizations.Can I analyze the affected roles in the system before I execute SU25? and if so, how? Or do I have to wait for the results from that...
Hi All,I have a requirement to create a program to add Unplanned inspection characteristics to an Inspection lot - Can anyone suggest any function module to achieve this.Thank you,Jo
Good afternoon,I need a function or a way to call IW45 (notifications is created at IW41) with a Order Confirmation and Cancel/Reverse (all versions of the notications if any).Like AUFK wa > Function post canceling > AUFK reversed wa.We have Z custom...
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 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |