Re: Generic datasource is not pulling any records to BW
Hi, Please recheck your design steps. how you build FM based generic data source....
View ArticleRe: Execute button missing after displaying the error message on selection...
Hi Uday, Can you also make sure that the internal table 'lt_cua_exclude' which you are using in the FM RS_SET_SELSCREEN_STATUS doesn't contain the function code 'ONLI'. If it contains the...
View ArticleCopying confirmation in Iw44
Hi ,In iw44 , Against an operation 3 people have worked . For first person , I enter all details like actual hours , dates etc. Now for second person , I want to enter the same details and just change...
View ArticleRe: Posting error in case of Retro Payroll
Hi, As it's obvious from the screenshot you shared, there is 9,964.00 INR in period 02/2013 difference, First thing to do is to go to the new result table for that period and check if there is wage...
View ArticleRe: Cannot see the Service Interface in Directory Configuration
David, here also you can give operation mapping name,interface and namespace manually. Regards,Muniyappan.
View ArticleRe: Purchase order number in document number already exists
Hi, This error message in general will trigger when you are entering same PO number for combination of Sold to party, Material and Order type for second time as you already checked out VOV8...
View ArticleRe: How can I delimit a wage type from pention eligible wages /192
Hello, You just need to go to SM30, View V_512W_D and select the wage types for which you want add/remove the pention eligible wages /192 , as followsJust check or uncheck in front of wage type 92...
View ArticleRe: Copying confirmation in Iw44
Enter the confirmation number or Order & operation number in first row. Total work hours for that operation will be copied to first row. Change the work hours according to first man. Then, enter...
View ArticleRe: Identity Center LDAP view through VDS, how to show assignments validity
Hi Clotilde, Well pulling out data from IDM is possible not only via VDS.You can access IDM views directly using for example SAP JPA and JAVA code.Storing data in IDM is also possible not only via...
View ArticleRe: MDG Finance Data Model
Hi Jayati, Please find my answers to your queries: 1. I think you should use the data model 0G as it is the latest data model provided by SAP in its EHP5 and EHP 6 versions of MDG. for better...
View ArticleRe: SAP HCM IN - PMS: Issue during serial and parallel distribution of...
Kindly throw some i/p...am helpless. with regard,Abhishek Kumar
View ArticleRe: Post activity - CMS update in the NWDI
Hello Senthil, ok, thanks a lot letting us know the final solution, I am sure it will help other people facing the same issue in the future. Best Regards,Ervin
View ArticleRe: Use of EXIT_SAPLMRMP_004 to change MIRO item text
Hello , Include LMR1MF6P ( of MIRO source code ) Implicitly enhance at this point to export RBKP-BKTXT eg :DATA VAR_BKTXT TYPE RBKP-BKTXT.IF i_rbkpv-BKTXT IS NOT INITIAL. VAR_BKTXT = i_rbkpv-BKTXT....
View ArticleRe: Creating Transport of Copies after EHP imp[lementation
Good DayDuring the EHP installation the SUM tool prompts you to release all the unreleased transport requests. Once they are released the cannot be modified anymore.After the EHP upgrade if you create...
View ArticleAutoKey update in ONNM by creating an Invoice SBO 9.0
Dear Experts, in the last days we moved to the new SBO 9.0 version and now I have to face with a following problem: I created a new invoice and I was expecting that the AutoKey value in the ONNM table...
View ArticleRe: issue while reading internal table
Hello Vijaya, If your internal table has only 2 records and if you want to read 2 record having del_ind = 'X'. Try this LOOP AT lt_acc INTO ls_acc where del_ind = 'X'. *"READ TABLE lt_acc INTO ls_acc...
View ArticleRe: Date format
If you have dates in this format ' YYYYMMDD' you can convert to DD(Month)YYYY using FM:CONVERSION_EXIT_IDATE_OUTPUT. You can then modify this as per desired format.
View Articleissue while reading internal table
Hello Guys I am trying to Read Second Row of an internal table which contain two rows, my READ statement is failing, please check screen shot. can u please let me know whats wrong in my code, pls...
View Article