How to run the report in a special server group(not server)?
Hello Experts, I have an requirement that ,I have to prepare a report and that report should run in a specified server group. Please let me know if at all anyone has an answer for this question Thanks...
View ArticleRe: How to run the report in a special server group(not server)?
Yes it is possible to run the report in a dedicated server group.I think it is possible to do so using the ABAP statement CALL FUNCTION STARTING NEW TASK with the addition DESTINATION IN GROUP default,...
View ArticleDisplaying custom field in tasks tab in transactions IW51/52/53
Hi, Any one pls let me know how to display a custom field in existing 'Tasks' tab in transactions IW51/52/53. I have added a custom field in table QMSM via append structure. Also added tthe same field...
View Articlehow to validate data while idoc is triggering ?
Hi 1) I have activated message type in BD50 tcode (HRMD_A is checked ) .2) Done changes in PA30 tcode.3) Executed tcode BD21 with message type HRMD_A then I observed idoc are triggered. Now my...
View ArticleRe: How to change language in smart forms.
hehehehe:):)...it happen...i wanted him to resolve his issue...lets see if OP is able to or not...Keeping Calm and Compose is something which i have learned gradually:) Nabheet
View ArticleRe: how to trigger Idocs for HR Master data changes?
First of all please dont post duplicate threads for same query its against the rules. Seconldy this function module MASTERIDOC_CREATE_SMD_HRMD is used to for sending IDOCS which internally calls...
View ArticleRe: Adding extra fields in QM15 field catlog
The output is shown via OBJECT_TAB. You can append your custom field in RQMQMFE structure. The output is being displayed via FORM call_listviewer_f14 in include MIOLXF14. You can create an implcit...
View ArticleRe: How to create Hierarchy Levels in WBS Elements
Please find attached sample code..Check top left right how it is done
View ArticleRe: BAPI not returning values when used in ABAP code
Hi Maninder Did you add leading zero's to sales document...? I passed without leading zero's it did not work but with Zeros iot worked. check the attached sample code Nabheet
View ArticleCopy Internal Table W/O Memory Problems
Hi Experts, A hopefully simple ABAP question: I have a very large internal abap table of line type AA which shall be append to another internal table of line type BB.Curret implementation is pretty...
View Articlehow to sepearte five or more table joins into different select statement to...
I have these tables VBUK, VBAP, VBUP, LIPS, LIKP that I used to retrieve data from tables in a report program.I have to avoid join condition in order to improve performance. The join condition in...
View ArticleHow to customise a standard SAP reports and rename to something like za_report.
I see there are lot of standard reports program that client want some modification. I want to add 2 or 3 fields into the standard table and use them to calculate and output data. What are the things I...
View ArticleRe: how to sepearte five or more table joins into different select statement...
Hi, You should do your first SELECT to LIKP joined to LIPS. Then you can SELECT the other tables using FOR ALL ENTRIES with the result of the first SELECT. Martin
View ArticleRe: Calculate the values of respective days
Could you please clarify what is the specific challenge you're facing? It seems that you already know an FM to find whether the date is a working day. Doing math operations in ABAP seems like a very...
View ArticleRe: Analysis of SAPMSSY1
Dear Nagraj, Please use the SAT transaction to create a trace of the background process...use the option for parallel processing...here you get the list of all the processes running in the...
View ArticleLooking for a very good tutorial for data transfer(IDOC,BAPI,Batch input,LSMW)
Hi all, please if you have a very good tutorial for each of these IDOC,BAPI,Batch input,LSMW please send me the link. There are so many tutorials online. I want to ask you if you have already found a...
View ArticleRe: Emailing Sales order as PDF attachment when created in VA01
One quick question.Is there any restriction in copying the standard routine and using a smartform converted as pdf(using the OTF conversion) attachment and send it to recievers via the BCS class or API...
View ArticleRe: How exclude stock from MARC-EISBE in select statement
Thank you for your reply I would like to know is there any table which shows only unrestricted stock without safety stock MARC-EISBE. I want to exclude MARC-EISBE value which is safety stock while...
View ArticleRe: Adobe Form
Hello Deepak, There are various factors as to why both the entities are getting overlapped. You must always ensure that the dynamic part should always be handled in the body page which is also known as...
View Article