Single record not getting display in SE16
Hi All, I am facing a weird issue here. I go to SE16, put table name. I execute table without any input in selection screen. I get all records from table. But if I put above highlighted VBELN on...
View ArticleA field to be validated as having only numbers of type char03
Hi All, I'm uploading an XL file. One field needs to be validated as having only numbers between '1' and '999'. It is of type char 3. I tried LV_NUM CO '0123456789', but it does not work for single...
View ArticleHow to catch the select data in multiple ALV
Dear, Recently I develop a program display with multiple ALV: when I select one data of one ALV(like the image ) I want to know the data is in which output table (three table) and in which...
View ArticleHow to display the table control based on the value from the dropdown in...
Hi ,I am trying to display the table control based on the value from the drop down in module pool program. I have 2 values in the drop down list (eg : D1,D2).and 2 table controls (eg: tab1,tab2)If I...
View ArticleNot able to implement Note
Hello Experts, The customer is unable to implement the SNote and this note is not an standard note.This note has 2 dependencies with 1 manual correction. In one of the dependent note the new function...
View ArticleFM ''MASTER_IDOC_DISTRIBUTE' & BD64
I am following these IDoc creation steps.IDOC Steps - ABAP Development - SCN Wiki I have tried to ignore the BD64 step and run the program, I found I still success in creating an outbound IDoc.So what...
View ArticleProblem to upload longest file with text data and binary data.
Hi. I have a the next requirement. Upload a txt file and process the information. Conditions to upload the file:1.- I can upload from local pc or client.or2.- I can upload from application server. File...
View ArticleWrite hex string to serial port directly from ABAP
Hello everybody, I have worked with the function module presented here: Read COMM port using ABAP w/o third party software It is working fine, I am able to write to the serial port.The only problem is...
View ArticleSmartform spool appending for Pay1/Pay2
Hi Experts, My development of Payslips smartform is done, its all working fine and form has been generated. Here is some issues for spool generation: First time I run the program (batchjob) for 2...
View ArticleFunction To Get Number Of Dates
Hi Does anyone know if there is a function that return the number of months between 2 dates ?for e.g 20.03.2014 - 20.06.2014 it will return 3 20.03.2014 - 22.06.2014 it will return 3 months...
View ArticleAdd GOS(General Object Services) for each row in Table control
Hi all, My requirement is to insert 'GOS toolbar' into one of the column in every row of my table control. The functionality is , In QM(quality management), after the inspection the user will...
View ArticlePassing data to webservice ?
hello, There is a webservice which takes particulars of customer details and validates now I need pass the customer details from an excel sheet to the input fields in the webservice. can any one help...
View ArticleBar graph in Smartforms
HiI am trying to create Bar graph in Smartforms with table data following thread http://scn.sap.com/thread/1323437 replied by Sandip Panigrahi. Actually I am stuck at creating empty space text to...
View ArticleBAPI FOR CREATE,UPDATE Batch in production order
Hi guru, I want a BAPI which create batch,characteristics for production order..I have already try tht BAPI:- BAPI_BATCH_CREATE..But it does not fullfill my requirnment..I want material field, batch...
View ArticleGetting the Delivery Document Number from the Associative type/Type group
Hi, As I'm working on Idoc custom segments/Enhancement.The following is the FM Exit, respective Associative Type/Type Group and Select Query that i'm using. SELECT SINGLE VBELN LIFNR ZZASNNO...
View Articleregarding calls to multiple Submit statements
hi Friends, From a Report program, i'm calling up multiple Submit statements for Extraction programs on condition basis as below: IF lt_account[] IS NOT INITIAL. SUBMIT zcustomer_extract WITH...
View ArticleHow to execute a report program in background based on input parameter?
Hi I have report program with some input parameters. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME. PARAMETERS : p_rad1 RADIOBUTTON GROUP rb1 USER-COMMAND rad DEFAULT 'X'.PARAMETERS : p_rad2...
View ArticleBlank page in smartform
Hi All, I have a created a smartform with command, assign new page in it . but still blank pages are coming in smartform.How can i avoid this? With RegardsArunVS
View ArticleEMAIL subject need to be passed more than 50 chars
Hello ALL, In my requirement i need to pass the email subject to more that 50 CHARS to FM SO_NEW_DOCUMENT_ATT_SEND_API1 But i can see the data type in structure SODOCCHGI1-OBJ_DESCR (field length data...
View ArticleUpdating multiple defect details in QM01 by using BDC
Hi all, I need to store multiple defect items in one single notification. When i am trying to store one defect details it is working fine. Since production date and reference engine number are not in...
View Article