Re: WEBI web Tool error : (WIS 10901)
Do you have it defined on your local machine too?
View ArticleRe: Specifics for Interaction Center: CRM Business Transactions - Interaction...
Starting with CRM 7.0 UIU views are integrated in IC WebClient business roles by default. Note 1408382 provides background information and lists those UIU components which are now part of IC SAP...
View ArticleRe: Price Condition is inactive because of subsequent price
Sridhar Can you check your ZPRS Condition type or share the Settings of ZPRS in Pricing Procedure as well as for Condition type.It seems that due to ZPRS condition it is inactivating your ZPRO...
View ArticleRe: How to make fields available only in CRM ?
Hi Shantala, Thank you for the repsonse . We are downloading products. We want to include couple of customr fields for the data coming in so that we have the data only in CRM RegardsChandrakant Kulkarni
View ArticleRe: HOW TO DO ROUND UP AT DATA FOUNDATION LAYER OR AT BUSINESS LAYER ?
Hello Divyesh, Right click the object in the business layer > Edit Dispay format Under Numeric create a custom format, as shown in the attached snapshot. Post this change, you will find that data...
View ArticleRe: Compare strings with spaces in between
Hi Siong, Can you mention what lv_psloc contains? Also you can write it as below: SELECT LGORTFROM T001LINTO TABLE IT_LGORTWHERE WERKS = P_WERKS.IF SY-SUBRC EQ 0. SORT IT_LGORT BY LGORT. DELETE...
View ArticleRe: Client Import - Y programs & Z tables not import
Hi Zerandib, It is possible to transport structure as well as data using transports. Refer thread http://scn.sap.com/thread/726471 for the steps. Regards,Deepak Kori
View ArticleRe: SAP Mobile SDK does not install in Windows 8
Hi Rajesh, i have installed the same on windows 8 but i didnt face any error. please cross check your win OS bit (32 or 64) , accordingly you should install the same bit installation. Regards,Jitendra
View ArticleRe: Delete records from a table - Space usage free or not free
Hi Zerandib, Once the entries are deleted from the database table you need to perform table reorg to regaing the space. You may use brtools to perform table reorganization. Regards,Deepak Kori
View ArticleRe: Number Range does not exist in AC03
Hi Uday, Check in SPRO --> MM --> ESM --> Assign number range. OMH9... Which number range you have assigned internal or external in ACNR? Regards,Priti
View ArticleRe: Error while Posting Cenvat credit through J2I8
Hello,Yes in table J_1ITRNACC you need to maintain the Excise Accounts for all the ETT's. The corresponding GL's MUST be mainatined in table J_1IEXCACC.In both the above mentioned tables you MUST...
View ArticleRe: Split of hr documents in fi to different accounts
Hi Damian, effectively as SAP enjoy mentions, using ppmod you can use additional criteria to determine the symbolic account and influence the GL account to which a wagetype is posted. A final option...
View ArticleDBREFRESH ON MAXDB AIX
Hi experts, I am Performing db refresh from prod to qty i am following the SAP Note 129352 - Homogeneous system copy with MaxDB (SAP DB).restore with initialization was taking long time and the...
View ArticleRe: how to put date selection to default current month in variable ?
you need to use Customer exit variable and write the ABAP code in i_STEP =1 . http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
View ArticleRe: CTM- Not deleting Pur Req created by Heuristics
Like Nanda said, you are asking for deletion mode not the replan mode. Two different functions. Also are both SNP Heuristics and CTM creating SNP req's of type AG or what ATP Category?
View ArticleRe: Number Range does not exist in AC03
Hi, Pls post the screen shots of the number range assignment.
View ArticleRe: How to calculate the time between different timestamps in CE_CALC
Hi Santosh, component() function should suit your needs. Examples (pseudocode): SOME_DATE DATE := '2012-01-01';SOME_TIME TIME := '13:22:03'; CE_CALC('component('component("SOME_DATE", 1)', INTEGER) AS...
View ArticleRe: Number Range does not exist in AC03
Which Service Category are you using are you using Standards or Customized service category? Thanks,Shiva
View Article