Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
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 have an internal table display in a ALV GRID. Only one column is editable. When I change the field value, ALV GRID display the change, but when I click on refresh return the old value.I've checked in DEBUG mode and when I click on refresh (i...
hi i had created a table,and i had done the table maintenance genarator also.now my problem is when i goto sm30 i need f4 help for the fields of my table.and other thing is if logon lang is german im not able to get the header in sm30.plz help me out...
Hi evrybody,i write a BADU named ZCL_IM_XYZ, and evrything went fine.Then i released the transport request und during importing in the quality system i got this error:INCLUDE Report ZCL_IM_XYZ============CL not foundHow can i correct this?his happens...
(Iam sorry this problem doesnt belongs to this catogory; but just trying my luck)Dear Experts,Our SAP system got a problem with a transport request.one team member has created some configuration works ( i belive very importent customizing settings) a...
Hallo,I need a possibility to select the Repository Objects from a Developmentclass and the Date of the last changing of these Object. I can select the object in the table TADIR, but I don't know, where I can find the Date of the last changing.Regard...
Hi All, In one of our program it is required to navigate to the particular view of MM02 transaction. The view selection depends upon the type of error for the material.I tried with the FM MATERIAL_MAINTAIN_DIALOGUE but using this I can only enter all...
Hello all,I created a formula using the transaction-code VOFM. There was a moment in my code that I divided a number (var_1) by a quantity field (VBAP-VOLUM type QUANT DECIMALS 3)!In runtime the formula used the DECIMALS part of the VOLUM field and b...
Hi,I have the following scenario.On creation of a Delivery Order, I would like to trigger automatic creation of a Service PO. I am looking for ways to do it.Could some one guide me on how to proceed. I am looking for the right exit where I can put my...
I need function module for display 2 ALV grid in one page.And also, a function module for displaying end-of-page.(like for top-of-page ,we use REUSE_ALV_COMMENTARY_WRITE)Please reply imm
Hi my friends,just a simple question for you expert ABAPers...I have to pass info from an internal table (tb_sip) in which every line contains only one char field(250) to another internal table (tb_detsip) with specific fields (chars and numbers).I'm...
Hi All, I have a requirement where i will be running a report online and background. If my job has failed in Background, then i have to trigger a mail to the user stating that the job has been terminated. Now, How will i know the Job has failed an...
Hi all,I have to update data in an ALV GRID and only one column is editable. I've exclude insert and delete row pushbutton, and I inserted a save pushbutton.What I have to write under the "save function" to update my internal table displayed in ALV G...
Dear All, I am very new to Smartforms. can anybody provide the step by step procedure for developing a smartform. i Know A function module is created as soon as a smartform is created. I know how to Create a new smartform in t_code smartforms. creat...
Dear Expert,I copy standard program from transaction code VL02N to ZVL02N. I delete button on Gui Status but when I execute ZVL02N it still show button that i delete. I Goto environment ---> Status Program (GUI) field show Standard Program. Please he...
Hello,in my Alv-Grid I have a date column, which I want to use to generate subtotals. But I don't want to have a subtotal for every date, but for every month. Is there a method to accomplish this with subtotals? Thanks.Regards, Lars.
Hi AllCan anybody please give me an idea about how to handle the radiobuttons in selection-screen .Based on the radiobutton selected I need the different input value fields.This I have done with the addition USER-COMMANDwhile defining the radiobutton...
Hi all,We are using a field in TCode PA30 under Organizational Assignment to make employees Direct or Indirect. TCode CNR2 - When we assign an employee to a work centre whose status is Indirect, System should pop up a message "Employee can't assign t...
I have finished a BDC on F-30. The requirement is to display a list of only of the documents which are posted and other messages are not to be displayed.Here I am using BDCMSGCOLL table.I want to display the list of only the list posted documents & i...
Hi,What is the reason for update terminated error in any function module. I am uploading sales contracts in IS Oil using RFC_SDCONOIL_CREATEFROMDATA. It gives me an update terminated error. What could be the reason.Regards,Vijay
Hi everyone,I'm currently trying to figure out how to ensure that the correct GR is selected (not the GR reversal, the incorrect GR and the proceeding partials). I only want to select the first partial that was delivered (if the deliveries are made i...
Hi ABAP gurus!I've a strange effect when writing a string (loaded in a BSP application as xstring) to the application server (OPEN DATASET in binary mode for output, TRANSFER mytext TO DATASET):All <b>line breaks</b> of the windows text file mytext (...
Hi All,what exactly is BDT? what I know is that BDT is a enhancement toolset provided by SAP like user exits, BAPI and all. In case you want to make some changes to standard SAP program. BDT is GUI based, specifically focusing Grants Management Modul...
I need to create a Field Exit. I know that it needs to be done using CMOD. I am struck at the initial point what should be the input.Can someone give me the detail steps of creation of the Field Exit (starting from CMOD till Activation).I will reward...
Dear Friends, I wanted to automate some custimizing activities like Profile Copy. I would like to know if a) The use of BDC be appropriate for recording customization transactions (or) b) Should I insert the entries in appropriate tables,if so...
Hi everybody!I am migrating legacy data to SAP using LSMW. Now I want to skip an input line during transformation if a certain value is zero. How can I do that?Regards, Joerg
Hi Everyone, We are running in 4.6C version of SAP, when posting Invoice verfication from MIRO,we expect a warning message 8I 478 if CENVAT credit is not being availed, surprisingly the message doesnt appear and the system allows to post the items t...
Hi,I wud like to know abt...what is CTS?where it is usefulcan any body provide me some explanation on this...Thanks in advance.RajMessage was edited by: raja gurrala
Hi all,after transporting a report I want to automatically let start an action.My ambition:Before I start the transport I check that the report isn't running and isn't planned to run in any productive system. Then I set a flag which prevents the star...
Hi All, Iam using ALV grid display in my program.I have two columns say A and B botha rre numeric.A can be modified where as B cannot.I will enter some value in A say 5 where as B is 3.Then we will save that layout ,while saving i want apopup sayin...
Hello,I would like to use select-options. Normally you can specify a selection tab (sel) and a row of an table being registered in the ABAP dictionary.I would like to use an internal table instead.First I read data into the internal table. Next I wou...
Hi all,I am working out on Function exits.I created a project project and i maintained everything in SMOD/CMOD.From DOcumentation i read a staement like<b>When you create/change a project, you must create a correction. This correction contains only t...
Hi All,I am getting EDI message INVRPT file and i would like to read that file and update one z table.so let me know how to read EDI file.File is having structure like.Header level File generation No. Inventory report No. (Reference PO No.) Inventor...
Hi,I have modified the sap HR SAPscript HR_BEN_FORM to ZHR_BEN_FORM. I want to configure it to SAP standard program RPUBEN15. I am usnig NACE but i am unable find any related application for my form.Thanks,Sid
My requirement is to view the Z table through a transaction. Here we should have an option to delete a record but not to modify any field(s) of the record.How to restrict the maintenance view only for deletion?.
Hi gurus,Transport Request numbers are stored in Table E070,it also stores if Request is Customizing request/Correction Request.I want to know if there is any existing FM to get this information regarding a TR.As it is, i think accessing a Basis tabl...
Hi I need to call MIGO Transaction defaulting the Order Number. The Order Number is attached to PARAMETER ID 'ANR'.So I used SET PARAMETER ID 'ANR' FIELD order_value.CALL TRANSACTION 'MIGO'.Even though order_value has a valid order number, the MIGO s...
I need to find cost element group in table SETLEAF.And how it is linked to cost element .I need table and field name for cost element that links to cost element group.but not from table COSS-KSTAR.Pl replt imm
Hi All,I want to create Y function module of standard FM 'MB_POST_GOODS_MOVEMENT' and use it in my Y Program but I am not able to edit documentaoin of same FM.My problem is that when I click on menu->go to->Documentaion Or Press F1. It shows message...
I am trying to record the transaction FMBBC. There is one table control for which the Field description for Batch Input is blank for all the elements in the table control. Does it mean that this transaction is not suitable for background processing...
Hi All, We set up conncetion by DBCON to an external Oracle database,and select data from it in ABAP in Native SQL,but the external database table contain chinese characters ,and we got garbled and broken characters in ABAP program.Is there any way...
Hi, This DB query is taking too long on the customer system!DB stats checked with DB20. Everything seems okay!Any Pointer which would lead me to solution are most welcome.Query is:"SELECT DISTINCT * FROM /sapsll/cuhdsta AS a INNER ...
Hi everyone,I wanna to retrieve all lines of a table in sapscript.In report, the code will be:Loop at ITAB. write : / ITAB-LINE.ENDLOOP.However , if in Sapscript, it cannot write as/: Loop at &ITAB&./ &ITAB-LINE&/: ENDLOOP.How can I pass all...
hi all,is there a command to get the property of odd and even of a number.i have a counter inside a loop.after the loop pass based on the even or odd number of counter i need to do some processing.how can i do this ...c =0.loop . c = c + 1.endloop.i...
Hi,I had developed a ZFB12TEST selection screen program in which i had the BDC code inserted and also "include bdcrecx1". This code was working fine...Today I wanted to rename the program name and hence created a copy of it and named as ZFB12, also a...
hi, i want to use a abap program in the process chain which reads the necessary files from the app server on the selection criteria(\obdshare\jde\cognos*). once all the files are selected i would like to select the first file,cut and paste it to an...