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...
We're having some issues regarding BAPI performance.- BAPI_PO_CHANGE - Deleting all items- BAPI_SALESORDER_CHANGE - Setting a single custom fieldWe're getting a runtime of between 5 and 30 minutes for doing a relatively minor change.For example we ha...
Hi ,I have got an assignment .In invoice list , after the value 509010372300036009 the next record number should not be 50901037230003600A.The record number 509010372300036009 should be followed by 509010372300036010.Alphanumeric values for record nu...
Hi Experts,My client has a requirement. At the time saving routing through CA01 a confirmation popup message will come. the routing will be saved if the user confirms the message otherwise the routing will not get saved. Is there any user exit or bad...
Hi Gurus.I want to move the value of the variable to the component of the field symbol.See sample code below... field symbol: <fs_data> type any, <fs_data1>.loop at data assigining <fs_data>assign component 'VALUE' of structure <fs_data> to <fs_data1...
HI,I have tried several ways to authenticate my user for a webservice call in Adobe Flex.1) webservice.setCredentials(ifUserId,ifPassword);2) webservice.setRemoteCredentials(ifUserId,ifPassword);3) webservice.headers = {Authorization:"Basic " + encod...
hi ,kindly suggest any setting is available or role needs to be added to enable the the EDIT->COLUMN->on/Off in the program SAPLSRT2 of the transaction START_REPORT.Edited by: Shantha Sheela on Oct 31, 2011 12:19 PM
Hi , I need to do a report similar to the std tcode s_alr_87013019 . In this std tcode after giving the list of all orders, a list is displayed, showing budgeted v/s actual costs for each order. In order to see the details/line items of each order, I...
Hi All,I have created one infotype in which I have 3 different subtypes and i want that when I make a call to one subtype then its related field should be seen on the screen.Please Help.Thanks & Regards,Shailesh
Hi All,Can Anyone please tell me what are the parameters that need to be passed for the WS_DELIVERY_UPDATE to perform Batch Spli, Picking and Packing (all three at once).Can We do all these three operations through this Function Module.Please find th...
I have a ALV field (type NUMC ) and i want to display the leading number of zeroes ex 000,0001,01 has to be displayed It is corrently displayed as blank,1 and 1.I have tried setting LZERO to X and NOZERO to X. It does not work.IS there some way in a...
Hi Exparts,I have design a smartform with a inter table.I have to change row color of the table by the vale of internal table .e.g. it_iab has column cost% contain value 10 20 30 25 10 16 18.I want to see the output with red color those are less...
Hi All,I am displaying a text for example let it be w_text. this has a value due date. When displayed it is as below,Due dateBut, between due and date why is there so much space. I am fetching it form a table, and in the table due date is given. H...
Hi all!I am trying to use process 1120 for substituting values coming from external system. This system is using BAPI_ACC_INVOICE_RECEIPT_POST to post vendor invoices to SAP. I am currently facing problem that this substitution is not triggered for s...
Hi,I have used the MIGO sample code (Class: CL_EXM_IM_MB_MIGO_BADI) to add an additional custom field at Item level.The contents of the custom field shows while in the MIGO transaction, but as soon as I post the document, the data is stored in the cu...
Hi All,I have created ALV report in the output if i select material coulmn and do sorting then its giving wrong result as materials are without leading zeros and if i add leading zeros then sorting functionality working fine.Please anyone tell why ...
Dear SAP Expert,We have one batch file (created from input BDC) where records contained 1500.Due to some power SAP was shut down and when user checked in SM35 the batch was showing in still processing mode.Aftre hours waiting user used - release opti...
Hi ,I have view in se34 and I want to add to the folder (in the dialog structure ) new entry (subdialog) that when you click on it open report .there is a way to do that ?RegardsJoyEdited by: Joy Stpr on Oct 31, 2011 1:16 PM
Hi all,Anyone out there knows how to populate a select-options field on the sap query selection screen?I need to fill out the UNAME select-options (SP$00002-LOW) with all uname in PA0019.In transaction Sq02, under the menu bar goto->code, I cannot se...
Hi,For Z output type output for delivery notes are in error status while processing them for PL language (this is automatically) whereas the same delivery is not giving any error for the EN language. Also, there are few deliveries in success status f...
Hi All,I have Fiscal Year field in the selection screen of a custom program. The value of this field comes from system variable.I need to create a variant where this fiscal year should have the value "Current year - 1". This has to be done using Sele...
Hi Gurus ,Is there any table where we can find the logical system names of all the child sytems in a CUA environment .This is for a requirement that i need to develop an automated process where we can reset the password of all the child system in a C...
Hi,When i create a shipment cost, there is an error: Error during log processing (SD_SHIPMENT_PROTOCOL_APPEND)I know the problem of process, but i want to change the system belong to my bussiness. So, how can i do? Pls help me!Thanks,Quanglv
Hello,I have a requirement in which I need to call various search helps created through SE11 in a Function Module. I want the Search help to return the Values which I would use in my Function Module.Please suggest if there's a standard FM/ Statement ...
Hi Guru, I wan to change the LI04 report program layout by add the Vendor Batch field value after the Batch value. The output will like this : Batch/Vendor Batch... I tried find out the LI04 program, and it no have sap scprit and smartforms... do...
Dear Guru,i have to block the invoices or vendor in the * Payment Run* through program ,is there any user exit, badi or bte for payment block,i tried with BTE '1830'* and '1820' but break point does not stop in that event.kindly guide me on this. For...
Dear Gurus,We have a strange requirement - regarding success and Failure message Flashing.Can we flash a animated cartoon or animated charater reading "Success or Failure" message instead of flashing normal "Success/Failure" message via ABAP Programm...
Hi Folks,I want to protect(non-editable) some fields in classification tab in material master for some material types.Iam able to do for other views but not able ot do for classification viewplease give me some input on this.Thanks,Shwetha
i create a Ztable same as tell me here:http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html5 String Fileds 2 Date Fields 2 Numeric Fieldsmy question is exist a RFC Function or Bapi for insert Records form a external program (Delphi/Visua...
Dear AllI post this query to the forum after searching a lot to arrive a solution. I need a tips / guidence from you guys. My requirement is as follows; We have SAP R3 and SharePoint Portal. In the Sharepoint portal the Purchase Requisitions are b...
hi Gurus,I have one ALV grid i need the multiplication of two column and result in one column can any one plz tell me how to achive this below is my ALV grid Filed catalog plz suggest me by see the below code ,APPEND ls_fcat TO fieldcat. CLEAR: ls_f...
hi i have smartform which display employee appraisal. Is there a way that the user will save the smartform to local file?or a function that does it ? thanks
Hi All,For creating quotation I have used the BAPI - BAPI_QUOTATION_CREATEFROMDATA2.In this BAPI, I need to update the value "Engineering Change". I have searched many sources, no luck.Could you please tell me in which structure, the field needs to p...
Hi,The function module TZON_GET_OFFSET is throwing a short dump when the input date is 20111030 and time 020305 and timezone is AUSVIC.Moreover the job scheduled for RSCONN01 is having a messageJob startedStep 001 started (program RSCONN01, variant S...
Dear Guru, i have to block the invoices or vendor in the * Payment Run* through program ,is there any user exit, badi or bte for payment block,i tried with BTE '1830'* and '1820' but break point does not stop in that event.kindly guide me o...
Hi Friends, I want to develop an ALV report wherein I want to have an additional row after the subtotal in ALV to show some calculation.Please refer the below link for the report layout. In the ALV output after subtotaling the total operating revenu...
How can i Make Header IN ALV Grid Like Below Report Come to My report Date : PageNo UserID: ----------------------------------------------...
Hi Gurus,i have one report which display data like below ProdId TotalQnty WorkCenter 10001 101.1 LVWind 10002 11.21 LVWind my Query is SELECT A~ARBID A~LMNGA B~KDPOS E~MATNR...
Hi Experts,We need to pass the IBAN No and Swift COde via Customer MAster Interface (DEBMAS) . So IBAN No and Swift Code is being correctly updated in E1KNBKM segment . But when IDOC is processed these IBAN details are not passed to Customer Master.I...
Hi guyz, Am Generating print parameters for convert alv to pdf. For that am using GET_PRINT_PARAMETERS fm.In this function module am passing a parameter called layout. What is the use of this parameter?what are available values of that parameter?am ...
Dear all,i need to know about the relation between Billing document and Material document. Please let me know if there is any Function Module or Some View available to get these details.my only requirement is to get only Material document From Billin...
Hi Friends,As I am sending adobe form document as an attachment through mail.when i enter incorrect email id(1234erdydyuforsap.com).....i get notification though system...that is fine....but i send mail with incorrect id other than sap mail id like(...
Dear Guru'sHow to add tabs in application toolbar(adding ascending,descending,filter buttons) for T.code. ME41.Please do the need full..Thanks and Regards,AnilModerator message: please do more research before asking, show what you have done yourself ...
Hellow everyone,i am using alv grid to display the stock in detail , I need date and stock qnty with labour hour dynamic , my requriend output is: LVside HV side Coresi...
Hi, I have designed an ALV using Reuse_alv_grid_display.In field catalog i assigned reference table and field name and i am getting the F4 help for that particular field.Now, if i select the value from that field F4 help,Other two fields also need ...
Hello All,We have users authenticating on a java box and obtaining a mysapsso2 cookie and then proceeding to an abap.bsp application. We simply want users to have to reauthenticate after 20 minutes of inactivity.I have found a couple of settings.ABAP...
Hi Experts,I have two purchase orders in my ALV internal table. One is received from MIGO and the other is received from ML81 transactions. I want to check the FINAL INVOICE INDICATOR box using FM BAPI_PO_CHANGE for these PO's. PO which is received t...
Hi,I am using below code to send the output of ALV via email as an attachment.data : lv_variant type sy-slset value 'VARIANT', lt_list type table of abaplist, lt_0167_body type standard table of soli, ls_body_raw type sol...
I am fairly new to SAP and I need either a BAPI, RFC or some other script to extract the completed sales information from SAP and Customer and product master data using Nco connector with SSIS. The data will be stored in a data warehouse for reportin...
HiI need help for these DUMPs:DUMP 1:Runtime Errors MESSAGE_TYPE_X Transaction: CIC0Error analysis Short text of error message: ...
I am using the SO_OBECJT_DOWNLOAD function to download the attachments to a shared folder. The program works when I run it directly. But after I scheduled it as a background job, the program failed. Here is the description of the error:An exception o...
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 |
---|---|
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |