Re: Creating a Interface in Class
Hi Arshad, I have checked in my system and I could see that Interface IF_EX_WF_SUBSTITUTE implments interface IF_BADI_INTERFACE. PFB the screen shot of interface IF_EX_WF_SUBSTITUTE which has...
View ArticleRe: ALV standard button Click event tracing in OOP
Hi,for functionality on standard toolbar following is the procedure.class test definition.Methods:user_command FOREVENT user_commandOF cl_gui_alv_gridIMPORTING e_ucomm,standard_toolbar FOR EVENT...
View ArticleRe: Implementing BADI MD_ADD_COL_EZPS for MD04 custom column
Hello David ,Thanks, I have one more question.If I have to implement a hotspot for this same column which I added . Any idea about that ? Regards,Shubhendu
View ArticleRe: condition to be used for numerical value processing
hi, Use below code.Let your variable be lv_variable. data: lv_var type p decimals 2. lv_var = lv_variable. Its very simple 2 line code is enough.
View ArticleRe: Hi Gurus,can any please tell me how to create vertical scrollbar for...
How many records are there in the internal table and how many are visible in the table?If you have set the visible row count to 5 then the scroll bar will only appear for more than 5 records i.e. 6 or...
View ArticleRe: How to activate a standard button "Call Up Report" on object oriented ALV
Please call method set_tool_bar_interactive of cl_gui_alv_grid_display.
View ArticleRe: To populate Customer purchase order number in VF05
Hi Create your field ZZBSTKD in structure FAMTV (include FAMTVZ). In VBRK you have the ID of sales order (VBRP-VBELV if I am right). So,in the include V05XZZMO a coding as this WHEN 'VBRP'.* itemSELECT...
View ArticleRe: How to activate a standard button "Call Up Report" on object oriented ALV
Check program BCALV_GRID_05. Regards,Frisoni
View ArticleRe: Comparing input date range with VBAK table GUEBG GUEEN fileds date range
Hi Soumen, There is function module which gives the difference of number of days. The function module is 'FIMA_DAYS_AND_MONTHS_AND_YEARS'. This function module takes two dates, the start date and the...
View ArticleRe: Downloading file in UTF-8 format using Function 'GUI_DOWNLOAD'
http://wiki.sdn.sap.com/wiki/display/ABAP/Download+File+in+UTF-8+encoding The correct Unicode Codepage areUTF-8 Encoding: 4110UTF-16 Big Endian : 4102UTF-16 Little Endian : 4103....
View ArticleRe: Need help on HCM Process and Forms HRASR_DT
http://scn.sap.com/thread/1560516 Thanks&RegardsM.Syed
View ArticleRe: g_editor->get_text_as_r3table - not working second time around
Hi, Now i think when notes clicked, you call new screen. try set new note in notes button user-command routine write your editor create code and set table code. in editor screen save user-command...
View ArticleRe: Enhancement/Exit for FB03
Hi Prameet, FB03 is belongs to package FIDC. There are no user exits available for FIDC package. You can findout list of BADIs being called in the FB03 transaction by keeping the breakpoint in...
View ArticleHow to convert script to PDF then send PDF attachment to external mail
Hi, Actually i am never working in scripts.So kindly advice me. How to convert script(MEDRUCK) to PDF then send this PDF as a attachment to external mail. Sample code will be more helpful for me....
View ArticleRe: I have a module pool program, in that i have to set validation.
Hi Hemant, Since you're validating the Service Order Number entred by user across the EBELN value of EKKO table. Follow below steps:* Check does the service order nuber entered by user is present in...
View ArticleRe: Dynamic SELECT-OPTIONS at selection screen?
Hi Romans, I have also tried and faced the same problem.May be we have to use CALL TRANSACTION and call the selection screen again to get rid of the problem of refreshing the selection screen. Will let...
View ArticleRe: HR_INFOTYPE_OPERATION FM not updating infotype values
Hi Zakir, I am afraid the custom fields can not be directly updated from the BAPI.May be you can try the SECONDARY_RECORD available in the exporting parameters. Regards,Santanu.
View ArticleRe: Roles that are authorized for a Company Code
Hi Pranav, You can get the list of roles & corresponding list of T-code asssociated with it from the AGR_TCODES table. Following is the code which will give the list of roles & corresponding...
View ArticleRe: How can I use hotspot click in an ALV grid?
With Pleasure ,..All the best ,... Regards ,Gaja
View Article