Runtime structure creation
Hello ABAP experts, I would like to create a structure. This structure should have the field names that I select from a table value. For example, Let's say my select statement returns the value...
View ArticleHow to update sum in editable alv column at a single click or with enter button?
Dear All,I am working with Classical ALV in which i have an editable column of amount field. The problem is when i am changing the value of field the change makes no change is the sum. I tried with sdn...
View ArticleDoing TECO / CLSD without using BAPI
Hi Expert, In my requirement, there are some logic check on the consistency of some fields before doing TECO / CLSD the works order.I have encounter a problem that the system is too old to have the...
View Articlemethod: handle_double_click, repeating itself on the second time of execution ?!
Hi everyone, I have a program with alv and I am using handle_double_click method. After I execute the program, screen-field takes the correct value (the one I click on alv), but when I click another...
View ArticleABAP Logic help required.
Dear Gurus, I need logic help in developing 2 different reports1) Have to get goods movement information for the Production Orders.and2) Get Characteristic details of all Batch against Material. Kindly...
View ArticleWrong Data: BAPI_ACC_DOCUMENT_POST
Hi all, I am doing some analysing to find out why some data in SAP are wrong.Data are coming from an external system to sap using the .Net Connector, RFC. A field in SAP has a wrong content. I have...
View ArticleWhy Tax jurisdiction code is clearing once customer is created successfully?
Hello, We are creating customers by running a custom report prog., wherein we used standard SAP's BAPI for creating this customers. We are running this custom report prog. in background, wherein the...
View ArticleShort Description missing - DDIF_TABL_GET
Hi, I am trying to download the details of a table (technical settings, fields, short description etc..in fact everything related to a table).I am using DDIF_TABL_GET to do it. and then DDIF_TABL_PUT...
View ArticleDump in code
Hello experts,I have replaced old code by creating a function module and used it in code, but while executing program i am getting this dump Here is the screen shot of FM For your reference i am...
View ArticleMIRO: Calculate Exchange rate on Translation Date
Hello Gurus, In MIRO, I have displayed Translation Date (WWERT) which is equal to one less than Posting Date (BUDAT - 1). Now, I want that the Exchange Rate is calculated on Translation Date and not on...
View Articlecustom data get cleared from database when po is released from me29n
Hii Friends, I have an issue that isI add custom tabs in header level of creating purchase order transaction ME21N.when creating po in me21n the data entered in custom tabs get saved in database table...
View ArticleObjects that are locked in multiple transports
Hi I would like to know tcode using which to find objects that are locked in multiple transports.I have transport for an object change and would like to know other transports that consists of same...
View ArticleFailure Mail Alert
Hi , As part of mail automation i am selecting status of the process chains from RSPCPROCESSLOG table.In the select am putting a condition to ignore active,planned,finished status jobs,which of course...
View ArticleDo I have to embed File_get_name in a process code?
Folks I am new to SAP EDI. I learned about EDI in bits and pieces. Can some body please explain following things: 1. Where does SAP store the newly received EDI messages? 2. I know File_get_name...
View ArticleOpen Source Project
Hello Guys, I am looking for Open Source Projects if they know of to indicate to me Some would be grateful ... Sincerely.: Yago Ribeiro de Oliveira
View ArticleHow to merge cells in excel through sap
Hi ,I am trying to use function module MS_EXCEL_OLE_STANDARD_DAT .I have duplicate rows in internal table , i want to merge them in a single row.How can i achieve it? CURRENT OUTPUT:EXPECTED OUTPUT:...
View ArticleGN_DELIVERY_CREATE is creating multiple Inbound Delivery
Hi, I'm successfully able to create the Inbound Delivery using GN_DELIVERY_CREATE but it creating separate Inbound Delivery instead of one with multiple line items. I'm already setting the KZAZU...
View ArticleFunction Group Error in quality systems
Sorry, But my query may be a little long to read. I m new to ABAP and i was handed over the job of releasing transport requests which i screwed up..We Created a function group for around 26 function...
View ArticleVariant Configuration code parsing
Hello, Does anybody know of a function module that parses the dependency code (trxn CU03). I found some function modules like CUKD_GET_CODE that parses the code and returns the terms. Is there a...
View ArticleHow can i using this function with Gui Download ?
data yol type string.concatenate 'D:\Proje Çalışanları\' gv_pjtx '.xls' into yol. CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT' EXPORTING file_name = yol* CREATE_PIVOT...
View Article