Issues while using READ REPORT 'rep' INTO 'itab'
Hello, I have a requirement where in I need to read a report and then further process it. I then need to read the lines of the report and take some variables based on the calls my read report has made....
View Articletable maintenance generator
Hello Experts , I am trying to create table maintenance for a table with 111 fields , but I am getting 1.an error saying screen cannot be generated ,2.memory for screen load is used up. bytes) is not...
View ArticleBAPI_ACC_DOCUMENT_POST - Discount Calculation not happening.
Hi, I'm using BAPI_ACC_DOCUMENT_POST to post Vendor Accounting document . In FB01 if we put Discount base, the discount is automatically calculated from payment term and a new GL line is created with...
View ArticleRestricting the processing of line items using badi in me51n t-code
sir, While creating PR using T Code ME51N a check should be made to restrict processing if the line items contain material of type ‘ZERS’Within this badi, material lines need to be checked from table...
View ArticleBAdI impl. ME_PROCESS_PO give an error message but the PO can also be saved
Hi experts, I implement BADI ME_PROCESS_PO and make some check in method IF_EX_ME_PROCESS_PO~PROCESS_ACCOUNT.In this method I give an error message using: mmpur_message 'E' '/FMFMS/FM' '041' '' '' ''...
View ArticleHow can I export a table from a function module
Hello friends, I want to know how can I export an internal table from a function module, for example, in the export tab I want to have my table called IT_DATA but for insert parameters in the export...
View ArticleUpload program for MIRO Transaction
Hi, I have searched over net but did not find suitable program/FM/Tricks for my requirement. Actually I had record a BDC for Miro Transaction but unfortunately not working. Searching a BAPI for MIRO...
View ArticleSmartform: Line is not fully printed
Hi Friends,I am using Old table in Smartform for the item details. I need to draw a line seperator between each line item on the invoice form. If I use Underscore(_) continuosly in text module, it...
View ArticleChange of System variable sy-uname during the program execution
Hi,I wanted some help, if it is possible to change value of sy-uname during the program execution.I am mentioning the flow of the execution as follows. Step 1. Intially sy-uname is having the value of...
View ArticleRoles that are authorized for a Company Code
Hello Would you help me write an ABAP program that reads list of ABAP roles (or a single role) authorized for a FI Company Code. Roles that have a particular company code set in their authorization...
View ArticleHow to save OLE2_Object in AL11 directory ?
Hi Experts, I have created an excel sheet using ole2incl. Here is the snippet of the programcreate object gobj_excel 'EXCEL.APPLICATION'.Set Property of gobj_excel 'Visible' = 1.call method of...
View ArticleDump error while scheduling a job which sends emails to all employees
Hi Everyone, We have a requirement, by which an executable ABAP program should send emails to all employees of the organization with the PDF attachment of their salary payslips. Hence I have built a...
View ArticleMD04 - Adding favourites
Hello experts, While we add a favourite in the MD04 menu.I assign the T.Code . My problem is that when I call this transaction , I want to skip the initial screen by assigning the parameter values with...
View ArticleRF screens developement
Hi, can anyone give me a documentation for RF programming? i saw this link but it was not so clear...
View ArticleI need Help on sending e-mail with attachments.
I have a report that should send an e-mail which contains e-mail body and attachment (HTML) With some calculations i have Created an Internal Table lets say lt_test ( this Table should be sent in...
View ArticleME21N Validation while creating the PO
Dears, I have to put the validations, while saving the PO while (creating/changing). so i have selected Enhacement MM06E005 , user exit EXIT_SAPMM06E_012 and include ZXM06U43 . My code getting...
View ArticleEnhancement/Exit for FB03
Hi All, I need a help in finding a suitable userexit or badi for my requirement in FB03.My requirement is, I need to add a custom button in FB03 transaction for printing the layout of 'cash payment' or...
View ArticleI have a module pool program, in that i have to set validation.
There is a field service order whenever user will enter service order number it should match withekko's ebeln if it doesn't then a message should come(enter correct serv order number)..how can i set...
View ArticleHR_INFOTYPE_OPERATION FM not updating infotype values
Experts, I am using 'HR_INFOTYPE_OPERATION' FM to update the Custom fields, while executing there is no error messages in the return table but the same time it is not modifying the records. Please...
View ArticleHow can I use hotspot click in an ALV grid?
Hello, I have a table that is displayed in an ALV grid and I would like to have one of the columns as clickable icons.For example: Print | Doc. Type | Name--------------------------------------(icon)...
View Article