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

Re: Scheduled quantity Delivery quantity on Scheduled Agreement

$
0
0

The simple way is to change the message 06 067 to error.

But if you want to also control the lower quantity than ME32K, then this message will not work.

You need to use some user exit or badi to control the lower quantity.


Re: SAP EWM MFS VS WCU Interface

$
0
0

Plant Connectivity in built-in part in EWM MFS. So, you doen't requrie external Plant Connectivity.

 

For Non Production Environment testing, you have simulators. These software will be given by your hardware(AS/RS) suppliers. your warehouse team must be having these simulators.


Regards,

Sathish

Re: Replacement path in formula variable performance

$
0
0

Hi Loed,

 

Thanks for your reply.

 

My report includes 0JOB, 0EMPLOYEE  & KPIs......

 

Yes, the 0JOB__ZSTAFF_CLASS is a numeric value. Even the 0JOB is a numeric value too.

 

Could you please tell me how to convert 0JOB__ZSTAFF_CLASS into keyfigure ?

Are you referring to creating a formula variable out of it and then use in formula ?

 

Cheers!

Sonal

How to use the Sorting in append lines of

$
0
0

Hi all,

      i am  facing an new issue i am trying to copy  two different internal tble to the final internal table using append lines of statement and then i mention sorting for the final internal table how to is sorting means 1st internal tale i have copied in final table is sorting seperately and the same for 2nd internal table.

 

 

Internal table 1

 

Sl.No     PO

  1         100

  2          200

  3          300

  4          400

  5          500

 

 

Internal tble 2

Sl.No     PO

  1        10

  2          20

  3          30

  4          40

  5          50

 

 

append lines of itab1 to it_final.

append lines of itab2 to it_final.

 

it_final

sort it_final by po

Sl.No     PO

1     100

  2     

200

 

  3     

300

 

  4     

400

 

  5     

500

  1       10

  2        20

  3        30

  4        40

  5        50

 

line this only it is sorting how to resolve is there is any other way bcause i stuck up with this even i applied loop at final internal table to another internal table in that also i tried but it is not at all appearing please suggest any idea for this

 

 

With Thanks,

Maha

.

Re: Plant renaming with all its associated information using SAP LT 2.0

$
0
0

Hello Heike,

 

Thank you very much for the information. I have contacted SAP India and received the same response. Hope we would contact SAP once we have more details on the requirement.

 

Thank you

 

With Best Regards,

Shishupal

Re: IW41-Restrict confirmation without goods issue

$
0
0

Hello Swapnil,

 

The following code in include ZXCOFU05 (user-exit CONFPM05), would suffice your requirement you have stated in your question.

 

IF CAUFVD_TAB-AUART = 'ZM03'.   DATA: IT_GM TYPE TABLE OF AUFM.   SELECT * FROM AUFM INTO TABLE IT_GM WHERE AUFNR = CAUFVD_TAB-AUFNR.   IF IT_GM[] IS INITIAL.     MESSAGE: 'Goods Movement not found for this Order !' TYPE 'E' DISPLAY LIKE 'I'.   ENDIF.
 ENDIF.

 

 

This gives rise to the error popup below, if no Goods movement is done against  an Order   of type  'ZM03'.

Capture.JPG

 

Few points to be noted while using user-exits

1. User-exits will function when they are assigned to a project created through CMOD.

2. The code should always specify the limits like the 1st line here which confines the application of the code to only ZM03 type orders. Like wise you can limit this code to a particular Tcode (IW41) or list of Tcodes IW41, IW44. (by using syntax like IF SY-TCODE = 'IW41' OR SY-TCODE = 'IW44'.)

3. You should test well in Dev100 and Dev220 and quality clients before taking it to Prodn server.

4. You can further refine your code, incorporating further IFs as per your situation (Take help of your ABAPer).

4. In my view user-exits are very convenient and more flexible way of defining our checks to the standard programs.

 

 

KJogeswaraRao

Re: Livecache error in COM routine after system copy

$
0
0

Hi Janet,

 

Mostly the problem could be one of the below reasons:

 

•/SAPAPO/DELETE_LC_ANCHORS was not entered as post-processing step for liveCache initialization.

In LC10 press the pencil button (and the administration reports tab if necessary) to check this setting.

 

 

 

 

•The RFC destination was not set up (correctly) for the affected client during liveCache initialization.

See note 305634 for more details.

 

 

Usually the solutions below cannot be applied production system directly, but since you just performed system copy, so it could be ok if you try below:

•If DELETE_LC_ANCHORS is not entered as described above, correct this and re-initialize the liveCache.

 

 

•If a RFC destination was missing for a specific client, add it according to note 305634.

Afterwards it is sufficient to log on to this client and run /SAPAPO/DELETE_LC_ANCHORS from SE38.

 

 

•You also can try to correct the missing simversions using /n/sapapo/om17.

But remember not to try this on productive systems.

 


Best regards,
James

Re: XPR0 and XLR0


Re: Java scripting in Personas 2.0

$
0
0

Thank you so much Peter. I missed completing to study this link. I am so much into learning 3.0 and in parallel while I am working on a pilot using 2.0,  I feel so limited . I will complete reading the rest.

Happy weekend Peter!

HANA Replication Error -

$
0
0

Hello Expert ,

 

After enabling replication - we found that after 2% replication is stuck and indexserver shows following errors :

 

TrexNet          EndPoint.cpp(00260) : ERROR: failed to open channel <2ndry_HostIP>:33102! reason: (connection refused)

rexNet          EndPoint.cpp(00260) : details:

TNS              TNSClient.cpp(00671) : sendRequest dr_secondaryactivestatus to <2ndry_Hostname>:33102 failed with NetException. data=(S)host=<2ndry_Hostname>|service=statisticsserver|(I)drsender=1|port=33005|

TNS              TNSClient.cpp(00671) : sendRequest dr_secondaryactivestatus to <2ndry_Hostname>:33001 failed with NetException. data=(S)host=<2ndry_Hostname>|service=statisticsserver|(I)drsender=1|port=33005|

sr_nameserver    TNSClient.cpp(06915) : error when sending request 'dr_secondaryactivestatus' to <2ndry_Hostname>:33102: connection refused,location=<2ndry_Hostname>:33001

 

Same text appears for nameserver , indexserver etc...

 

End of trace shows the below text :

 

Stream NetworkChannelCompletion.cpp(00524) : NetworkChannelCompletionThread #0 NetworkChannel FD 173 [0x00007ff18449e158]  {refCnt=6, idx=0} 172.28.90.185/33103_tcp-><2ndry_HostIP>/56197_tcp Connected,[-w--]

: Error in asynchronous stream event: exception  1: no.2110001  (Basis/IO/Stream/impl/NetworkChannelCompletion.cpp:450)

    Generic stream error: getsockopt, Event=EPOLLERR - , rc=110: Connection timed out

$NetworkChannelBase$=

NetworkChannel FD 173 [0x00007ff18449e158]  {refCnt=6, idx=0} <1ry_HostIP>/33103_tcp-><2ndry_HostIP>/56197_tcp Connected,[-w--]

exception throw location:

1: 0x00007ff6fed5d6ca in Stream::NetworkChannelCompletionThread::run(void*&)+0x686 at NetworkChannelCompletion.cpp:450 (libhdbbasis.so)

 

To me it looks like some network issue but i am not able to reach and conclusion , HANA rev used is Rev91.

 

Thanks

Dev

Re: Logon failed. Details: [Database Vendor Code 11]

$
0
0

Another possible helpful detail. All the reports they tried to run were created with Crystal Reports XI. We did open one of them with the Trial Version, Verified the database and checked it but got the same logon error.

 

-tim-

Install Saplink - Class zsaplink not found

$
0
0

Hi Gregor,

 

I download saplink at trunk/build | SVN | Assembla .  I follow instruction to copy installer.txt to program, activate and run the zsaplink_installer to import the SAPlink-plugins_Daily.nugg.  It completed but it does not create ZSAPLINK class or zcx_saplink class.  As a results, I cannot activate all zsaplink_bsp class, I got error saying type zsaplink not found.

 

What step that I missed to create the ZSAPLINK Class and ZSAPLINK program?

 

Thanks,

 

Val.

Re: Logon failed. Details: [Database Vendor Code 11]

$
0
0

You have to have the correct SQL client, so let's start there:

 

For OLE DB use:

MS SQL 2005 - OLE DB Provider
MS SQL 2008 - SQL Native 10
MS SQL 2012 - SQL Native 11
MS SQL 2013 - SQL Native 11


For ODBC use:

MS SQL 2005 - SQL Native
MS SQL 2008 - SQL Native 10
MS SQL 2012 - SQL Native 11
MS SQL 2013 - SQL Native 11

 

Also, the error is coming directly from the db client so, check the db documentation. Googling for the error is also recommended.

 

 

 

- Ludek

Re: Analysis MS Office Scheduling

$
0
0

Hi Michael Flangan,

 

Adding to Tammy Powlas

 

 

Yes with BIP 4.1 SP5 scheduling with prompts is possible. You need to have both BIP Add-on & client from 1.4 SP10 Patch1 onwards(or latest 1.4 SP11)

 

Capture.PNG

Capture1.PNG

 

Resave workbook with 1.4 SP11 and try it

 

 

have a look at the document

Scheduling Enhancements in Analysis Office

 

coming to your second question

BIP add-on should install only on Windows Server. It will not support linux server

 

Hope this info helps for you

 

Subhash

Implementing Principal Propagation Provider security profile

$
0
0

Hi All,

     I want to implement Principal Propagation provider security profile in SMP 3.0 SP06 server so that I can use X.509 based SSO in the backend. I read through the documentation available and came to know that the steps are

 

1. Generate Certificate and private key to use in PKI system

2. Import public version of CA signing key to the backend (gateway system) as the trusted CA

3. Import the certificate to SMPs keytore and configure alias using keytool

4. Configure principal propeagation provider with the alias of the imported certificate and private key

 

In this regard I have a few questions

 

a) As per step 1, how do I generate the certificate and private key in the PKI system (the actual process for this)

b) As per step 3, I feel that using the below commands, I can import the certificate in SMP keystore

   keytool -import -v -alias certaliasname -keystore smp_keystore.jks -storepass adminpwd -file c:\certs\XXXXXt.cert

 

  Is this correct ??. Do I need to import private key also in keystore??. If so how???

c) In the principal propagation provider settings, I find

   CA signing certificate alias (alias in keystore for CA signing certificate and private key): Is this the aliasname I configure in step 3??

4: Subject pattern: I want to know what this is and how to set it.

 

It would of great help to me if I get some clarity in the above mentioned areas.

 

thanks and regards,

Kumar.


Alignment in sap smartforms?

$
0
0

Hi Experts,

 

I have to design the smartforms in the following format.

 

Hard code             Value

 

Material Number : <Material Number>

 

Description         : <Description>

 

Material Type      : <Material Type>

 

In the above format, I am not able to align in value column from colon. The symbol of colon should be the same line. How to achieve it, Please explain me ASAP.

Re: Alignment in sap smartforms?

$
0
0

Hi Tamilselvan ,

You can use Template in smartforms.

What you have to do is Create Template with two columns i.e. for heading & theirs respective values.

& put you varialbes in second column & hardcoded description in first column.

 

Thanks & Regards -

Vishal

Re: Logs of FireFighter user dont sync

$
0
0

Hi Borquez,

 

Could you check your plug-in for its availability. I think the error message 'Time limit exceeded', is due to no response from plug-in system.

 

Regards

plaban

Re: Question related to Purchase order

$
0
0

Nani,

????  This is not an SAP question, this is a business question.  SAP software does not have any magical way to force this vendor to confirm and deliver the additional 20pc at a time when you actually need it.

 

One possible business process to address this business problem would be to get on the telephone and call the vendor and plead your case.  Another possible business process would be to cancel the outstanding 20 pcs in the original PO, and then purchase the 20 pcs from another vendor.

 

Best Regards,

DB49

Re: Need changes in JE query

$
0
0

Hi.

 

Use concatenate string to combine two or more strings.

 

Try:

 

t.AcctName + ' ' + t.AcctCode as 'G/L Acct/BP Name'

 

 

Thanks

Alvin

Viewing all 10548 articles
Browse latest View live


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