Re: Sap mm upgrade
Hi, You have to ensure below things :- 1) Z enhancement in the form of BADI , EXIT or Enhancement Sopt , once you do the upgradation there are chanes that the Z code which you have written may get...
View ArticleRe: Question to outlook.application
Hi Raymond, thanks, thats what i need. I try this: CONCATENATE '<p>first Line</p>' 'second Line</p>' 'third Line</p>' INTO...
View ArticleRe: Connecting Informatica with SAP not working
Hi You register the programm in SM59 as an RFC. hope it helpsMartin
View ArticleRe: SOLMAN_SETUP error on 7.1
Have you looked into tx SPDD and attempted to reset modifications? I had some issues related to E2E Change Analysis (it refused to work and only provided me with 400 errors), ST-A/PI SP01 I believe...
View ArticleRe: Loadings missing sales documents
Yeah. If the data is in DB tables, then your setup filling should be filled with all the data till now. Hence you can see the data in RSA3 in F mode. Your LBWe job will move delta data to RSA7. Did you...
View ArticleRe: Transport of Cubes from BW to BW-On-HANA System
Please refer to SAP Note 1691096 - Transport of InfoCubes from and to SAP HANA database ThanksSunny
View ArticleRe: Job Definition will skipped from Job Chain (JC) by adding time window?
Hi Abhishek, If you want to skip a job on certain days, see this thread discussing preconditions: http://scn.sap.com/message/14208049 Note that if you want the job to start at the time in the time...
View ArticleRe: Radio button text gets reduced automatically in screen
Hi, Check for visible length of the radio button in properties. Hope it will help you. Thank you.
View ArticleRe: SE51 Get data without pressing any key
Dear Raajessh, Since you using module pool program, Just create an event to be trigger after the last input fields is != initial. Then write program to execute application in PAI. Hope it will...
View ArticleRe: Mandatory fields in VAP1
Hi Raymond, I have checked this table but unfortunately this table does not contain any entries. Regards,Edwin
View ArticleRe: HOW TO CALL SMART FORM FROM ALV
Hi , Its Simple First U have to use the USER_Command in ALV Report . FORM PF01 USING lv_ucomm ls_selfield LIKE gs_selfield. CASE lv_ucomm.when 'SEL'.SSF_FUNCTION_MODULE_NAME" Pass the Form name and...
View ArticleRe: how to get records of internal table comparing records of another...
Hello Mr.Vinodh mohan, you can use the following code. Loop at itab2 into wa2. Read itab1 into wa1 with table key key_field1 = wa2-key_field2. if sy-subrc = 4. wa3 = wa2.Append wa3 to itab3. Clear...
View ArticleRe: Restraining decimal points for selective values of a single field?
Hi, Declare one more field in the final output structure like MENGE1 TYPE p DECIMALS 2.Move the values accordingly based on the condition and display the output. ThanksGangadhar
View ArticleRe: how to get records of internal table comparing records of another...
Hi Vinodh , According to your need ,loop at itab2 into wa_itab2.read itab1 into wa_itab1 with key <field> = wa_itab2-<field>.if sy-subrc = 0.append wa_itab2 into itab3.endif.endloop....
View ArticleRe: Radio button text gets reduced automatically in screen
Arun , Check the visible length of radio button. If you set in the layout properly it will come correctly as show in screen shot.Are you changing text dynamically or hard coding in the layout itself.?...
View ArticleRe: HOW TO CALL SMART FORM FROM ALV
Hi......... According to your req ........ if you want to display ......... 1 . create a button in alv output.2. create chech box in alv output .3. when chek box are selected ...... get it in an...
View ArticleRe: link between coep and cosp
hi Raymond Giuseppithank you so much for try to help me.it's exactly my problem .in first period my answer is ok.but for after first period it's not ok.you know i want to have sum of cost center base...
View ArticleKeep same database connection between B1 and the Web Browser ActiveX
Hi Expert, I'm currently working on an addon using some COM ActiveX in order to show tree structure and Gantt planning. We are trying change this technology by HTML5 and JAVASCRIPT. I try to open...
View Articlerisk management within ppm
hi to all of youI'm looking for materials regarding the risk management functionality that there is in the ppm.Will appreciate links or documents.Thanks
View ArticleRe: Hierarchy manually set is deleted when run the hierarchy package
Hi Kalyan, The standard package for hierarchy load has not update mode. Anyway, I have added this option and it does not work. The package seems to do the overwrite option always.Have you got any...
View Article