Re: Function module to delete TR from import queue STMS_IMPORT
Hi All, Thanks for the replies. I think the above FM can be used. Let me try the same. Thanks a lot once again.
View ArticleRe: Not able to display closing line in smartform
Hi Pradeep, You can crate a Line type with the 'No Page Break' check box not selected, and attach that line type to your footer 'Table line' (Cell), this will do when your footer has not enough space...
View ArticleRe: SMTP Configuration in SAP R/3 4.6
Oh.. You are directly connecting to Gmail server..I thought you are connecting to the Exchange mail server of your company. In this case, Please check with the network admin in order to get the access...
View ArticleRe: module pool
Hi srikanthreddy, please try to explain the scenario clearly. Regards,Guru
View ArticleRe: bapi_quotation_createfromdata2
ITEM_INQUIRY - is it has the document number of Inquiry? Please recheck - is it with leading 0... that is using conversion_alpha_input.... regards,Venkat
View ArticleRe: In ME52N BADI name : ME_PROCESS_REQ_CUST capture WBS in check item mtd
Hi,Please try below mentioned link. it may solve your problem..https://scn.sap.com/thread/1738020 RegardsTejas
View ArticleRe: SAP SCRIPT - Repearting values
Hi,Check your Loop internal table.. it may contain duplicate records.. RegardsTejas
View ArticleRe: With a structure find a table
Hello Mehdi, This link is one of the best I've seen on how to find tables: http://it.toolbox.com/wiki/index.php/Find_where_the_data_is_stored_in_SAP You can also use the debugger create a watch-point...
View ArticleRe: Select statement particularly slows
Hi, Your query is quite a complex one.Break it down into small parts. 1)The inner join should not contain more than 2 tables.Otherwise the Query performance will be seriously affected.2)Include as...
View ArticleRe: Generating dynamic columns in ALV Report
Just a small clarification, the structure of internal table is already declared right? begin of it_mat, mat, def1, def2, def3,... defn,end of it _mat. You need to filter the columns in the final...
View ArticleRe: Smartforms activation taking long time
Hi, You are saying its new sap installation server may be still some background jobs are working, i hope its also one of issue related to your query,so just ask to basis people reg to memory level....
View ArticleRe: How to control standard screen (ME52N)
Hi, In include LMEGUICJM there you find method build_dynpro_fields loop at gt_fieldcatalog and modify the property for disabling whatever field you want based on authorization . You have to do it with...
View ArticleRe: Batch Number and Inspection lot number
As far as my knowledge Inspection lots are created depending on configuration for Inspection lots are generated for inbound and outbound material movement. the batch is carried from the material...
View ArticleRe: Like operator in a select
hi try this 1. data : l_matnr type matnr, l_str(2) type c. 2. select matnr into ematnr from mast client specified WHERE mandt = sy-mandt AND werks EQ '3000' AND stlan EQ '1' AND...
View ArticleRe: Like operator in a select
His code is correct and it is working, I think, he is asking how we get FE by using like 'FE%' in select statement. select matnr into ematnr from mast client specified WHERE mandt = sy-mandt AND...
View ArticleRe: Control of PO line items in Print Preview and Print Output
SAP New Bee In Smartforms you need to restrict that particular line item by using select query ie) while fetching
View ArticleRe: Regarding data after downloading into notepad
Hi Ramesh, Yes after that you mentioned in bold am getting more than 1000 spaces
View ArticleRe: for check point in nace transaction
Hello Sijin,see there are two types of mevement(bwart) "101" and "102", i just wants to restrict movement type"102", not to be considered while calling smartform, whenever user puts the system...
View ArticleRe: Regarding data after downloading into notepad
Hi Ramesh, I tried that one also.. it didnt work
View Article