Re: Select statement extremely slow when field dont have value
Put a condition before you process the subsequent select statement.Check for the lt_process_order holds any data or not.i.e if lt_process_order[] is not initial. <your select statement> endif....
View ArticleRe: F4 Help for Classical ALV Grid
Hi, For assigning F4 helpYou have to define, implement and register the event on F4.Use method register_f4_for_fields. And refer to this standard report this will surely help...
View ArticleRe: Local workbench& Transportable workbench request when implementing the...
Hello Chitturi, There are two forms of workbench request 1) Local Workbench request : In this case the workbench request has target system as <space> 2) Transportable workbench Request This...
View ArticleRe: Local workbench& Transportable workbench request when implementing the...
hi, Go to SE21.Enter Your Package Name.Click on Change Button.In the transport attribute assign a proper transport layer.Now Go to se09.click on check box workbench request.If your request number is...
View ArticleRe: OLE2 issue in converting excel macro to abap code
Hi Aradhya, First download your OLE generated object into Presentation Server(i.e. particular location) , then with the help of this FMs ""SO_DOCUMENT_SEND_API1" or "SO_NEW_DOCUMENT_SEND_API1" you...
View ArticleRe: PERFORM_CONFLICT_TYPE?
Hi Santhosh, While calling the form you got this exception because the parameter in form is different and the parameter that you passing to form is different. So check with the datatype of the...
View ArticleRe: Select statement extremely slow when field dont have value
Hello Siong Chao validate selection screen parameters through At Selection Screen on <field_name>events or by At Selection Screen,then use "For all entries" It's better .Join are beneficial for...
View ArticleRe: Select statement extremely slow when field dont have value
Hi Chao,Instead of using the above complicated INNER JOIN code just divide it into select statements for different tables one by one e.g. AUFK, AFKO, AFPO, CRHD & MARA. While you select from one...
View ArticleRe: OLE2 issue in converting excel macro to abap code
Hi smruti, is there any way to send a mail , in body can we attach text boxes.(attachment i know,but i'm asking in body). Please let me know if you know.. Regards,Krishna
View ArticleRe: Select statement extremely slow when field dont have value
A common error. Almost as common as the erroneous belief that many responders to this post seem to have. I've said it before and I'll say it again. In nearly ever case, INNER JOIN performs better than...
View ArticleRe: TEXT_CONVERT_XLS_TO_SAP FM suppressing leading zero
Hi, In excel file treat the text format cells are treated as text. In your internal table take the field name of type either char or string, then call the fm TEXT_CONVERT_XLS_TO_SAP then it convert the...
View ArticleRe: to transfer screen field values from user transaction to "FB60"
HI most of the fields do not have PARAMETER ID''s,do i need to create parameter id's for them...(and some screen fields are structure fields).....................
View ArticleRe: Unable to fetch weight of all the itmes of a delivery order ?
Dear Hemant, As Deepak Nagar Worte, It is correct solution for this because For All Entries Delete all duplicates from Internal table. So User POSNR with VBELN. Thanks!. Ram Shanker
View ArticleRe: Automation Program
use a dynamic submit statement inside your excel upload program lets say lv_program_name is the variable where you store the program name after uploading from excel ...so then use SUBMIT...
View ArticleRe: Relation between profit center, Cost center and Project definition
Hi Custodio Thank you for ansering Now I can find the link of Project definition to Profit Center.But the the fields AKSTL, FKSTL and KOSTL in table PRPS are empty...The Only link for Profit Center...
View ArticleRe: to transfer screen field values from user transaction to "FB60"
Hi, Have you checked the data elements for all the fields?You cannot create parameter ids if its a standard data element. What do you mean by some fields are structure fields. If you dont have...
View ArticleRe: Enhancement to change the quantity while creating outbound delivery
Dear Readyy, Please put a Break Point and check the action at runtime. May by show the some result. Thanks. Ram
View ArticleRe: Unable to edit web service in sap abap...!
Yes I have checked, No problem with authorization...I am able to edit other WS, but not this particular...
View ArticleRe: to transfer screen field values from user transaction to "FB60"
Dear Vinay. It'd be better to go with BDC for this issue. Just Record and perform the BDC interanll on action of Transfer button of Module Pool Screen. Thanks. Ram
View ArticleRe: with out accesskey how to done the code changes? Is it possible?
Hi Priya, It is not possible to change standard program without 'access key'. Access key is not for security purpose but it is for licence. If you are adding new field to standard program, you can go...
View Article