Conversion HR_INFOTYPE_OPERATION to RFC-BAPI
Dear All, I want to convert HR_INFOTYPE_OPERATION to RFC Enabled BAPI ZHR_INFOTYPE_OPERATION. I have copied the above function module to ZHR_INFOTYPE_OPERATION. There is a importing parameter "...
View ArticleRe: how to populate an internal table from three different tables.
ya,just few fields only.
View ArticleRe: how to populate an internal table from three different tables.
select< field > from marc into table lt_marc. lt_tmp_marc = lt_marc. if lt_marc is not initial. select <field > from t001wfor all entries in lt_marcwhere werks = lt_marc-werks. sort...
View ArticleBAPI
Dear Experts, I need to learn BAPI,BADI and LSMW.Can you send the links or pdf tutorials regarding this topics. Please help me. RegardsSamir
View ArticleForwarding mail to outlook
Hi,I want to forward workitem to outlook. I am using RSWUWFML2 program. Currently the user who has scheduled the program is sender of the mail. But I want to change the sender with the person who has...
View ArticleRe: Getting performance issues in searching DB table
Hi Thanga, I tried index and package size both options but did not find any performance improvements. Just a query, Cursor thing is really going to help with performance improvements? Let me know is...
View Articlemodule programing
hi allIn Module pool programming ,how to use alv report in it.show me with a example.
View ArticleRe: REUSE_ALV_GRID_DISPLAY IS NOT WORKING...
Hi Suresh, I didn't wrote any refresh in ALV header. The debugger it shows like above print screen and in output:
View ArticleRe: module programing
You can create a screen-> Create a container object in the screen (Name the container object). Create objects for global classes , DATA : g_container TYPE REF TO cl_gui_custom_container,...
View ArticleRe: Getting performance issues in searching DB table
Hi Akanksha, Could you please change your select statement as below Current select ::- SELECT * INTO TABLE lt_matchkey_tmp FROM xyz/matchkey WHERE ( matchkey LIKE v_searchkey_1...
View ArticleVaraint Configuration in sd
Hi, I inserted one new field at cust master.Now I need to set one new characteristic at variant configuration in sales order item level and need to populate the new field value from cust master new...
View ArticleRe: REUSE_ALV_GRID_DISPLAY IS NOT WORKING...
Hi satya, check in quality client entered data is avaliable or not. Regards Raju
View ArticleRe: module programing
Hi Vikas, you may use transaction SE83 (Reuse Library). In this, there are several examples for ALV programming with "oldschool" function modules or class based ALV usage. Best regards, Matthias
View ArticleRe: module programing
hi vikas, i think this code will be helpful to u try it . * Data declaration* Reference variablesdata : lr_cont type ref to cl_gui_custom_contAiner, lr_alv type ref to cl_gui_alv_grid.* Final...
View ArticleRe: REUSE_ALV_GRID_DISPLAY IS NOT WORKING...
Hi Raju, I checked in quality, its available.
View ArticleRe: Getting performance issues in searching DB table
Hi Akanksha, 1. Regarding performance: do you need LIKE statement or can you replace it to EQ (=)? See hint from Suresh Kutam. SELECT * INTO TABLE lt_matchkey_tmp FROM xyz/matchkey WHERE (...
View ArticleCreation of TO Doc. using FM
Hi Experts, I have query regarding TO create / confirmI want to create the TO doc with help of FM where the input would be following three fields:-Warehouse noDeliveryStorage unitIs there any FM or...
View ArticleRe: ENQUEUE_EVVBAKE is not working
Hi This lock is done by the code i have used . But in only debug mode after the FM called , But when I press F8 . It will release Lock automatically.
View ArticleRe: ENQUEUE_EVVBAKE is not working
Hi This lock is done by the code i have used . But in only debug mode after the FM called , But when I press F8 . It will release Lock automatically.
View ArticleRe: SAPSCRIPT missing data
HI Jepoy, Please check the script in the language which needs to be printed. Code might not be present in the printing language. As fas as i can see, the values are just fetched and not printed.. /:...
View Article