Update Z-table from internal table.
Hi Experts, I have requirement to update z-table from an internal table.But,If some entries from the internal table exist in z-table then those entries should not get inserted/modified/updated. I found...
View ArticleOBJECT ORIENTED CONCEPT in ABAP
ABAP OBJECT ORIENTED CONCEPTS What is difference between a variable and Object? Any Memory allocated for a type or Types is called as Variable. Any Memory Allocated for a type of Types along with...
View ArticleCan we cancel a spool request?
Hi Experts,After the spool request is created in SAP, is there any way to stop it from printing. Deleting it from SP01 will do the job, or something else need to be done. I want to create spool...
View ArticleUnable to do external debugging for the badi implementation PT_ABS_REQ ?
Hi, One year ago We had implemented a badi PT_ABS_REQ to validate the leaves applying from ESS Portal . We had tested in the development server the external debugging from ESS Portal is working is...
View Articlecan anyone provide the XSLT transformation for this.
I can successfully transfer XML data to internal table using CALL TRANSFORMATION, if all XML tag repeats all the time in XML file, but if all XML tag doesn't repeat then how to transfer data in...
View ArticleSAP query - why would the query title be linked to a selection screen text...
Hi: When I tried to change the query title, one of the selection screen text label changed also; and when the selection screen label is changed, the query title changed. They seem to be linked, so...
View ArticleCustom F4 Help not getting displayed
Hello Experts,I have the following code for dispalying the F4 help for user.i have this paramater on screen which should have only 3 values AM, EC and a ' ' (i.e a blank). AT SELECTION-SCREEN on...
View ArticleDisplaying XML in SAP in dynpro. No pop up. How?
Hi, I found this link and can you it to display an XML string in a pop up window. https://scn.sap.com/thread/758646 I dont want the result to be in a pup op window. I want it to be in a dynpro (no...
View Articlemodule pool- fill all entries
Hi.. I've developed a module pool screen in which the fields are mandatory and 2 pushbuttons CLEAR and EXIT. I've defined EXIT as MODULE EXIT AT EXIT-COMMAND and so as CLEAR.BUT CLEAR is not working....
View ArticleUsage of same internal table for two functions
Hello Experts, I have a requirement like this. I have to send an alv report as excel attachment through mail. So basically I have two values in list box......(Overview and Detail). If overview is...
View ArticleRead PDF files with Open DataSet(to avoid error corrupted file)
I solved this error today, was looking in the web for this solution and could not find, I just found a lot of people with the same issue, after upload the PDF and try to open in the server or attached...
View ArticleClear List after display using REUSE_ALV_GRID_DISPLAY
Hello All,My report program generates three separate lists, the lists are not linked with each other.I have displayed the output of a report in ALV LIST display.I have 3 buttons on the PF-STATUS each...
View ArticleAdd field of Cost Center for ME21N in Item Overview
Hello All, I need to add the cost center field for ME21N in item overview section.Can anyone please help mi out to solve this problem. Where should i do necessary changes (enhancement or badi) to solve...
View ArticleAdobeform for multiple trays
Adobeform for multiple traysWe have some printers with multiple trays. Depending on the message category, we can print adobeform from a specific tray. Rule will be always as simple i.e. for one message...
View ArticleHow to use method GETLIST of cl_message_handler_mm.
Hello experts,I want to use this method but I don't know how can I use this, let me show you my code: DATA : l_msg_handler TYPE REF TO cl_message_handler_mm. CALL METHOD l_msg_handler->GETLIST...
View Articleselfield-fieldname is not populated in ALV
Hi Expert, selfield-fieldname is not populated in ALV grid. i used no colhead in layout gwa_layout-no_colhead = 'X' . For first two field in ALV selfield-fieldname is coming for other it is not...
View ArticleAn error has occurred: Could not create an object of type...
Hello Everyone! I need help with Business Object Crystal Report Server, after restoring the server for some tech reason , the report is keep throwing this error: Error Back An error has occurred:...
View ArticleInput parameter is not save after selection. Please help!
Hi all, I am writing a report that read two inputs parameters. These are obligatory. SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE text-005.PARAMETERS: name(40) type c OBLIGATORY.PARAMETERS:...
View ArticleABAP runtime errors COMPUTE_BCD_OVERFLOW
Hi All, I am getting the below dump: >> Short dump has not been completely stored. It is too big.Overflow for arithmetical operation (type P) in program "SAPLCSS7 "...
View Articlehow to remove two zeros after seven 5,456,200,700.00
Hi Experts, The value is 5,456,200,700.00 but i need to display as the value 5,456,200,7.00.Kindly help me how to remove the zeros after seven. Even though i have used packed data type like data: Gv...
View Article