Quantcast
Channel: SCN: Message List
Viewing all 10000 articles
Browse latest View live

Re: recover deleted Delta requests

$
0
0

No I didn't touch init/delta at all.

 

Only thing I am worried is the previous three delta requests had less records 163000 and now the repair full request bringing more than 2 million records and still running. Not sure why? :/

 

regards,

 

B


Re: Slow Insertion of Data

$
0
0

Hi Avirat,

 

I had inseted data(13k) from ABAP program, its running very good but same no. of rows from RFC user take a long time.

 

Have you any idea about that plz share.

 

Ram

Strange characters shown while Web dynpro application executed through portal

$
0
0

Hi,

 

When we execute a web dynpro ABAP application from EP, we get strange characters on initial login. This goes away when I click on Create (left hand side link) couple of times.

5-22-2013 10-20-58 AM.png

 

Please suggest how to resolve this.

 

PS: This happens with almost all applications and not all times.

 

Thanks,

Prathap

Re: FI Posting error_Urgent

$
0
0

Dear Sujith,

 

Thanks for the support. The issue resolved.

Re: BBPCRM Add-On on SAP SRM 7.0

$
0
0

Hi Ananda,

 

Please review PAM

http://service.sap.com/pam

 

I searched for CRM from what I can see only EHP1 and EHP2 for CRM is available as ADD-ON but CRM is only available is installation or upgrade.

 

UPGRADE CRM 7.0 SR1 JAVA - BASED ON SAP NETWEAVER 7.0 JAVA

General Information

Upgrade "CRM 7.0 SR1 Java -based on SAP NetWeaver 7.0 Java" is for upgrading the CRM application without  changing SAP NetWeaver basis.  Supported start releases are only the SAP NetWeaver 7.0 based CRM releases SAP CRM 5.0, SAP CRM 5.2 and SAP CRM 2007. The upgrade is available for Java single-stack systems (double stack systems have to use the upgrade to SAP CRM 7.0/NW 7.01) Further information is available in the upgrade guides for SAP CRM 7.0 SR1 (Java based on SAP NetWeaver 7.0 Java) which can be found on the SAP Marketplace at: http://service.sap.com/instguides→ SAP Business Suite Applications → SAP CRM → SAP CRM Server 7.0 → Upgrade Guides →  SAP CRM 7.0 SR1

 

     1283395 Central Note for upgrades to the Systems based on SAP NetWeaver 7.0 Java

 

Regards,

 

Johan

Re: Error message in PR

$
0
0

Hi Sandeep,

 

This is not the correct place to ask this question.Kindly move this to ABAP thread then you will get some response for your issues.

 

Regards,

Ragav

Re: Importing PI wsdl file in CAF as consumer proxy

Re: SLT 'stuck' in pre-calculation

$
0
0

Hi Tobias,

 

If we want to go for reading type 4 or 5, how can we make sure that there is enough space avaible for SLT replication server to do the same without causing error again for space problem.

 

Regards

Raj


Re: different movement type for 101

$
0
0


Yes it is possible.

 

Use transaction code : OMJJ to copy 101

 

Then Valuation and Account Assignment---> Account Determination--->Account Determination Without Wizard---->Define Account Grouping for movement type.

 

Then use OBYC for Assignment of G/L Account.

Re: Slow Insertion of Data

$
0
0

Hi, Clemens

 

I have attached a screen of Technical Settings, plz guide .

 

ztable.PNG

 

Thanks!

 

Ram Shanker

Re: Transfer Stock From One Consign "W" to Other Consign "W"?

$
0
0

Hi Irene,

 

As mentioned by Shiva, I don't think so we can do this with standard SAP movement types. You have to bring back to original location and move it to consignment customer location. I am not sure about the 9* movement types mentioned by you as these are not SAP supplied ones.

 

Regards, Sai Krishna.

Re: A Simple question about SAP LT, SAP BW and SAP HANA

$
0
0

Hi,

 

As per my knowledge, the answer is no.

 

The alternate ways of getting data from BW into HANA:

 

  1. File -> Import -> BW models
  2. Through ETL, BODS.
  3. Direct Extractor Connection (DXC).

 

If anyone says answer is yes, I would like to know what is the connection type for RFC connection and would be great if there is any document which defines the process.

 

Regards

Raj

Re: How to avoid login prompt while accessing SAP web service WSDL

$
0
0

Thanks Arindam. I will check with BASIS team. They might ask me for some documents and I have researched a lot here and found lot of information on SSO but could not find any document on configuration steps required for enabling authentication and SSO. Any pointers will be greatly appreciated.

 

Regards,

--Ravi

Physical inventory stock

$
0
0

Hi Friends,

 

When we have taken physical inventory book qty given by the system on 17.04.2013 was 95162.86 kg. This qty is before doing inventory posting.

 

But when we check MB5B report balance before taking physical inventory was 137162.862 kg ( I get arrived on this qty by taking opening balance & doing + & - for the material qty.)

 

Following is the MB5B report.

MB5B.jpg

 

Below is the calculation I have done in excel.  I get arrived on this qty by taking opening balance & doing + & - for the material qty.

 

Excel calculation.jpg

 

Thanks,

Kiran

Re: Issue with enhancement in CO11N

$
0
0

DATA: W_AFRUD TYPE AFRUD,
       I_AFRUD TYPETABLEOF AFRUD,
       V_ZZCODE TYPE ZCONTRACTOR-ZZCODE,
       V_PLANT TYPE AFRUD-WERKS.

V_WERKS = T1_WERKS.
SELECTCOUNT(*) INTO (V_CNT) FROM ZCONTRACTOR WHERE PLANT = T1_WERKS AND ZZCODE = V_CONTRACTOR.
   IF V_CNT <> 1.
     MESSAGE'Invalid Contractor Code'TYPE'E'.
    ENDIF.

SELECT * FROM ZCONTRACTOR INTO CORRESPONDING FIELDSOFTABLE IT_ZCONT
    WHERE PLANT = T1_WERKS AND ZZCODE = V_CONTRACTOR.

LOOPAT IT_ZCONT INTO WA_ZCONT.
   T_ZZCODE = WA_ZCONT-ZZCODE.
ENDLOOP.
   WA_AFRUD-ZZCODE = T_ZZCODE.

MOVE-CORRESPONDING WA_AFRUD TO AFRUD_IMP.
MOVE-CORRESPONDING AFRUD_IMP TO AFRUD_EXP.

 

ITs worked to save custom field record but it doesn't display


Re: Idoc Status 51

$
0
0

Hi

 

I want to know whether the partner profile should be of type KU.

Am I choosing the wrong partner profile type.

 

Thanks,

Vibhor

Re: release strategy

$
0
0

Hi Rahul,

 

can you please tell me what all the possible values & meanings for EKKO-FRGKE are? I don't have access to SAP documentation or the tables?

 

Regards,
George

Re: Duplicate records created in SRM MDM catalog

$
0
0

Thanks Andy/Ravi Verma

However the issue is not the map and file. We are using xml files fyi.

And import works well if we do it manually using import manager, no duplicates are created. Issue was with MDIS which was creating blank records.

We raised an OSS and SAP has typically advised us to upgrade to SP10!!

 

regards-Ravi

Re: Patch Upgrade ERP 6.0 EHP6+windows+Sybase

$
0
0

HI All,

Your suggestions is highly appreciated

 

Thanks

Re: Jar files required

Viewing all 10000 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>