Printing SAP document from another domain
Hello,I have some users who try to print SAP document (draws).The problem is that the real draws are located in one domain but the SAP user is defined as another domain user.Hpow can I get over this...
View ArticleIncorrect (Error in ABAP processing) - Error in Spool request
Hello friends, I check my spool request in SP02, there is an error : Incorrect (Error in ABAP processing). When I gave print order to my smartform which having 500 pages that time this error occurs,...
View ArticleSpool output is automatically printed, always
Hello, We have a program that we run in the background and it creates spools.What is happening is that the spools are always printed even when, setting up the background job, we specify that the...
View ArticleEditable cell in ALV
Hi guys, I'm using 'REUSE_ALV_GRID_DISPLAY' to display the data.I wrote "WA_FIELDCAT-EDIT = 'X'." to make the colomn editable. And I want to know how to make the specific cell to be editable.I searched...
View ArticleQuantity Conversion happening but display the wrong UOM in delivery
Hi All, I have created the sale order for a material with 100.00 M quantity. For this material, maintained the alternative UOM say 50 M = 1 PC. While creating the delivery for this sale order the...
View ArticleConditions in a Sales Order
Hi, when I create a Sales order some times the condition types are showing as activated on the condition screen, some times they show as deactivated. Can some one explain me why is this happening so,...
View ArticleGL Creation BDC.
Dear all,I made a GL creation bdc.In which i used two functional modules:-CALL FUNCTION 'F4_FILENAME' EXPORTING* PROGRAM_NAME = SYST-CPROG* DYNPRO_NUMBER = SYST-DYNNR FIELD_NAME =...
View ArticleHow can I return to a selection screen?
Hello, I have an ABAP program, which has, as the first screen, parameters. When I hit 'enter', the second screens appears.However, when I click 'Back' it doesn't return to the selection screen. Here's...
View ArticleMV75FF01 - Display Document Flow
Hi guys When I try to see the document flow at VA03 it doesn't happens. I debugged and I found the error at RV_ORDER_FLOW_INFORMATION (FM) in PERFORM VORGAENGER_ERMITTELN... The structure VBCO6 has...
View ArticleHow to make attachments using class cl_gos_manager on key basis?
Dear Gurus, I am using class cl_gos_manager to attach files in using generic object services of IFGOSXSERV sap. But now I want to retrieve and save it on particular key basis. i.e if I attach a...
View ArticleUpdating Reference Date while completing PM notification
Hi,I need to update the reference date of the PM notification, is there any BAPI or FM available please advice. Thanks Vinay
View ArticleHow to change color and image on SAP GUI screen dynamically?
We have a reporting database that gets refreshed daily. To identify that some one is in the right place, it is proposed to change the Color and Image on the SAP GUI screen. How to restore the color and...
View ArticleHow can I create select-options in a custom screen?
Hello, I would like to have something similar to the code below in a screen that I designed. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE TEXT-001. SELECT-OPTIONS aux0...
View ArticleSelect and Data declaration issue
Hi experts, I am facing some issues with abap syntax and I need your clarifications. Let’s say I declared an internal table (mytable) in my program with 2 columns (Column1 and Column2) I want to fill...
View ArticleHow to decipher programs starting with AQCSSYSTQV*
Hello,I am trying to find out how a program was generated starting with AQCSSYSTQV*, I tried using FM RSAQ_DECODE_REPORT_NAME to get the query name and user group but the system is not showing me...
View ArticleHow do use 'do_sum' in fieldcat?
Hello, I am trying to use 'do_sum' in a fieldcat so I can sum up the column values of my internal table.Here's what I have: i_fieldcat-fieldname = 'VALUE'. i_fieldcat-coltext = 'Value'....
View ArticleScreen exit - MB01
Does anyone know if any screen exits are available for the initial screen of MB01 ?I have a requirement that is to add custom fields to that screen. I've tried searching for one, with no luck...
View ArticleERROR : You cannot use an internal table as a work area
Hi, I am new to ABAP . My Use case is, I want to get all "not processed " ,"Partially processed" and "Completed" orders for a given Customer Number.For that, I am selecting some fields of "VBAK"...
View ArticleProblem with Binary search.
I am looping and internal table, and reading the same internal table inside the loop when certain if conditions are satisfied.The issue is the Read statement is not successful with the addition Binary...
View Article