Restart F8 function in 'AT SELECTION-SCREEN'
Hello Experts, I am developing a report with a selection screen: on 'AT SELECTION-SCREEN', validation is performed and error message(' E ') is shown if no record is retrieved based on selection:...
View ArticleInitialisation of a class in OO ABAP
To call a static method , or to access a static attribute outside the class we need to initialize the class. What is the syntax to initialize a class.Lets take an example:We have a class in SE24, named...
View ArticleDump in Smartforms
Hi Experts, I am working on smartforms and I am using period as an input criteria for some Ledger Outputs.For few periods say like 1 to 12 its giving me correct output but when period changes to say 7...
View ArticleHow to compare ABAP Structures and display differences
Hi Experts, I´m searching for the possibility to compare two deep ABAP Structures (same structure) and to display the differences within the structures.Is there any hint for this Problem? I found in...
View ArticleThere is a structure LECI_TRA_DYN how can i get database table of it?
I have found a table i.e, leci_event_data. i want vehicle_reg_numb and TRAILER_REG_NUMB in my report.. but i am unable to get ...there are two more tables from which i have to fetch data i am getting...
View Articledata should not get refreshed when pressing back button Please help
In the abap output screen the data will get refreshed when pressing the back button.but my requirement is when pressing the back button the previous data should be saved and also the new data should...
View ArticleNumber Range Problem
I am uploading a file into ztable and i am creating a unique number attach to a file in Ztable using Number Range (SNRO). I have created 2 work areas ...1 for file data and 1 for unique Number. I...
View ArticleDouble header in ALV
Hi all. I am trying to do an ALV report with an agroupation of fields. This means that they want to display the ALV header in this format: Group 1...
View ArticleDYNPRO_FIELD_CONVERSION
Client has a maintenance view for the table zvp_std. But the maintenance view is giving short dump DYNPRO_FIELD_CONVERSION. Can anyone please tell me what could be the reason? How to solve it?
View ArticleIs there any possibility to access IF_HTTP_CLIENT interface using...
Hello Experts, Is there any possibility to access IF_HTTP_CLIENT interface using SAP.NetConnector 3.0? If yes tell me how. Thanks in advance.
View Articletext enhancement using cmod
Hi, We are trying to change the tracking no. field in PR (ME51N) as broker using tcode CMOD -> Goto -> Text enhancement -> keywords -> Change -> BEDNR. We have changed the Short field...
View ArticleSmartform OTF data table always empty
Hi, Whenever I call the below function the OTF table in the job_output_info is always empty. This means I can't proceed to calling FM 'CONVERT_OTF' for convering to PDF. All the other XML output tables...
View Articlehow to get the user logon language for current session?
hi, i want to retrieve the log on language information for certain user and exactly for current session. I tried to use the FB "BAPI_USER_GET_DETAIL" to get the log on language, But this so called...
View ArticleCopying line items from multiple Sales Quotations into a single Sales...
Is it possible to copy line items from multiple sales quotation(VA21) into a single sales quotation using copy controls?
View ArticleSQ01 query - count headers in an item level report
Hi! I have the following query, that contains invoice data, at item level, for exampleInvoice nr, Position, Material, Value12345678, 0010, 22222, 10 EUR12345678, 0020, 33333, 40 EUR12345678, 0030,...
View ArticleHow to select by Range?
Hi Experts, I want to get the data when people log in and this data was save in two tables A and B.A has the information but without the user_nameso I need to select the A table first and get the...
View Articletransporting table entries
How to check the transport log entries for records of a transparent table?
View ArticleHow to Create Dynamic Itab.
Hi Experts, I want to create Multiple itabs based on User Selection TYPES : BEGIN OF ty_mara, matnr TYPE mara-matnr, END OF ty_mara.DATA : lr_data TYPE REF TO data,...
View ArticleUsing the Field-Symbols instead of Internal Tables
Dear Experts, I am new to the Field symbols, I need some help in coding since my programs need to use the one year data in MSEG table, i am trying to change the program from internal tables to field...
View Articlecalling N numbers in cheque field in smartform n zprogram
hi all,i wnt to give n numbers in cheque field.it declared in zprogram like this (PARAMETERS: S_CHQ_NO(10) TYPE c.)if i change the 10 to 30 it will take only 30 numbers..but i want to give n...
View Article