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

Re: Integration Webdynpro Interface with SAP BW DSO

0
0

Hi Pat,

 

You will need a DSO for Direct Update. It comes along with a set of APIs which can be found in SAP Help. You have to be careful if you are going into this direction, e.g. how to deal with locking?

 

I suggest as an alternative to consider Integrated Planning. It has out-of-the-box functionality for data input. You can make an input-ready BEx Query available for business user to input the data.

 

Best regards,

Sander


Re: dbcc checkstorage

0
0

It is the number of faults of that type reported for that table.

 

Among other things, this shows that a number of tables are affected.

Re: Activation of DSO data

0
0

Hi,

 

Although it is not completely clear to me what you mean by 6, 3, 5, I assume that you are talking about the number of background processes. It is indeed possible to define a higher number than 3 (default value). However, it will be dependent on the availability of free background processes at run-time.

Do you have any indication of bottlenecks in number of available background processes?

 

Best regards,

Sander

Re: How to eliminate # and not assigned from report level

0
0

Hi,

 

That's what happens when not all InfoCubes's dimensions are loaded in the same transformation. Two  entries are created in the cube, one coming from each flow, the non-loaded characteristics from DSO1 produce some Not Assigned characteristics and the non-loaded ones from DSO2 produce the other ones.

 

The solution is to load all the cube's characteristics on a single transformation.  You could choose DSO1 --> cube1 or DSO2 --> cube2 indistinctly.  The important thing is that some ABAP coding inside this transformation will be necessary to join DSO1's characteristics with DSO2's ones.  This way the cube will end up with a single entries with all their dimensions filled.  No more Not Assigned values will be there provided they aren't present from the DSO's.

 

Best regards,

Fernando

Re: Internatinalisation of SAP PM

0
0

Hello Renjith,

 

From functional point point of view, you need to understand at which level is the planning performed. It will help you in understanding if the new location (plant) needs to be configured as planning plant.

 

From configuration point of view, you will have to do the below basic settings in SPRO

 

1) Enterprise Structure -> Definition -> Plant Maintenance -> Maintain maintenance planning plant

2) Enterprise Structure -> Assignment -> Plant Maintenance -> Assign maintenance planning plant to maintenance plant

 

Apart from above mentioned setting, their are many other paramters which you will require to set in SPRO. Another important thing would be Order Type; if you intend to use the existing order type, then, you will have to extend the order for new maintenance plant else you can configure a new order type.

 

Cheers!!

Re: Personal number range starting letter should be one alfabet...

0
0

Hi Mohan,

 

As a consultant, you should question the business purpose of the non-numeric character in the personnel number, rather than building something cumbersome to emulate it.

Since the 1980s there isn't really a good reason for this practise sny more (back then it was used to code further info into the personnel number to save a few bytes of storage space).

I am confident: if you discuss why this is supposed to be required, you'll find a better way to deal with that requirement than bending the system and creating a cumbersome process. I've seen close to 50 implementations and almost half of them talked about coding sth into pernr at the start (particularly in the 90s), but eventually none of them needed it.

 

Good luck

Sven

Role (B007) deleted from Position

0
0

Hello,

 

We are trying to find the advantages of having the Role assignment Relationship (B007) against a Position being available in the system with an end date of the past, rather than deleting it totally from PO13.

 

So, we have 2 options:

1. When a position no longer needs a particular Role, either we delete it from PO13, then it doesn't show up when the selection criteria is ALL

2. When a position no longer needs a particular Role, we delimit it to a date, then it will show up with the selection criteria ALL

 

What are the advantages/pros of option 2 over option 1?

Re: row level security on multiple fields with * for all

0
0

Hi,

 

Suppose your account group universe is limited to the following set: { 1, 2, 3, 4, 5 }

 

A solution would be to take advantage of the SQL's IN operator in your universe's join condition(s), so that BOBJ generates JOIN or WHERE clauses like:

 

-- SELECT ... FROM ...

... WHERE table.account_group IN ( account )

 

Here "account" is the 3rd column of your account security table.

 

If you change the asterisk for a comma separated list of all your possible accounts you will achieve the desired result for people allowed to see all the financial accounts:

 

 

UsernameEntitycode
Account
JVDDBRUZT1,2,3,4,5
JVDDCPHZT1,2,3,4,5
BPOBRUZT3
BPOMANZQ3
PBKCPHZT1,2,3,4,5
PBKMANZQ1,2,3,4,5
PBKBRUZT1,2,3,4,5
FSCCPHZT

1

 

For example if user is BPO, built SQL clause will look like

 

-- (something)

... WHERE account IN ( 3 )

 

If user is JVDD built SQL clause will be

 

-- (something)

... WHERE account IN ( 1,2,3,4,5 )


This would be a straightforward to allow two or three account groups to be assigned to a user.

 

I hope this approach leads you to the solution

 

Best regards,

Fernando


Re: What to do after Trial solutions get archived ?

0
0

I want to go through training openSAP Course : SAP Screen Personas.

 

But I don't see instance for SAP Personas in SAP CAL library...how do I go about ?

 

Thanks

Re: How does the CONTAINS Predicate work?

0
0

As you can tell by the information available in the SAP HANA Search Developer Guide - SAP Library the CONTAINS() predicate actually is the interface to a number of different text processing and analysis options.

Therefore please use the information available in this guide to find out more details on how the different options work.

 

Other than that, there is no specific documentation publicly available.

In case you have access to scientific publications, the list here Scientific Publications and Activities of the SAP HANA Database Campus might provide more material for you.

Re: Deleting a particular row based on conditional

0
0

Dell Stinnett-Christy,

 

I really appreciate you taking a look at this.

 

If I use that formula, it'll delete every single record where the Account Area is blank, (Check the result table row 3.)

 

The condition is more like, When a row has an Account Area, take each Account ID and look for where the same Account ID has a blank Account Area and delete it.

 

Thanks and regards

 

Melvin

Re: Classification system - search for different characteristics

Access to CAL – “openSAP course: SAP Screen Personas” - Not available

0
0

Hi team,

 

I want to go through Open SAP Training on Personas but the solution is not available in Library. So how do I go about the training.

Is that its not available or there is a different way of finding it.

 

Kindly suggest

Reporte de Ordenes de Compra

0
0

Estimados Buenas Tardes

Favor agradeceré me absuelvan una duda ...que transacción debo utilizar para emitir un reporte de ordenes de compra no atendidas (días de retraso de entrega de materiales) de los dos últimos meses.

Agradezco por el apoyo...

 

atentamente

 

Jorge

Single cycle plan with counter

0
0

Hi friends,

 

I have a question,now i want to create a single cycle plan with counter.

 

My purpose is create a maintenance order automatic  every 10 working hour.

 

The firist time i scheduling for the maintenance plan , the plan create a maintenance order automatic,but later never produce a maintenance  order.

 

Who knows the reason?

 

 

The followingdiagram ismyjob step.

 

1. measuring point

 

 

2. maintenance plan

3. measurement document

 

4. schedule

 

Br

Ray


Re: Drill-down configuration Error

0
0

Hi Jyothirmayi,

 

Thanks for the reply. Actually I have found the solution but forget to post here.

We need 'sap.ui5.1.resources.sap.suite.ui.smartbusiness.*' package privileges on the HANA server in order to perform above transaction. 

 

1.png

 

Sorry for the delay in response and thanks for your time.

 

Regards,

-Ben-

Re: Prevent to close notification IW21 if the order IW31 is not closed

0
0

You can do it through user-exit QQMA0014. Put the following code in the include ZXQQMU20 of the exit and the job done.

IF i_viqmel-phase = '4'.
   DATA: v_phas TYPE pm_phase.
   CLEAR v_phas.
   SELECT SINGLE iphas FROM afih INTO v_phas WHERE aufnr = i_viqmel-aufnr.
   IF v_phas <> '3' .
     MESSAGE: 'Notification can not be completed until Order gets TECO' TYPE 'E' DISPLAY LIKE 'I'.
   ENDIF.
ENDIF
.

If an Order is linked to a Notification and when you try to complete a Notification from IW22 then you get this error pop-up.

Capture.JPG

 

You know well that when Order gets TECO (from IW32) this notification also gets NOCO. So you can modify above message in the code such as:: 'Notification can be completed from Order only'. I had such requirements and I have this code in use. It's a 2min job for your ABAPer.

 

 

Good luck

KJogeswaraRao

Re: # EA have already been packed. Quantity cannot be changed. Message no. VL616

0
0

Veselina,

Packing should happen before picking.

Process:

1. Sales order created with material only.

2. Delivery created, with automatic packing instructions, packing is completed in delivery (the packing material, HU populates)

3. Delivery information sent from the company to 3PL which contains material and proposed packing material.

4. 3PL does the picking and dispatch of goods and sends to company the material and packing quantities.

5. These quantities need to be overwritten in the outbound delivery, picking and PGI should get completed.

 

The option (as suggested by Moazzam, you and me) which could be the solution is to empty the HU and then overwrite the quantities (mostly same as sent out by company, in exception case less than what is sent out by company - under delivery) and continue with other shipping functions.

TW

Re: Agentry client crashes with java.lang.OutOfMemoryError: java.lang.OutOfMemoryError

0
0

Hi Sizo,

 

In the release notes of SMP SDK 3.0 SP09 PL05 it has a fix for

 

"Android client crashing with java.lang.OutOfMemoryError"

 

Upgrading to the latest client may help with your issue if you haven't already solved it.

 

Regards,

Stephen

Re: Create External SAP JAM users via SuccessFactors Platform

0
0

Hi Christian,

 

The issue I have is that if I enter an external email address to invite someone to a private group, I receive an error pop-up with the text "Unknown e-mail address". I then am unable to proceed with issuing the invitation.

unknown email.jpg

I reviewed the group settings to see if there was a setting to allow for external invitations, however I could not find anything.

 

Regards,

Luke

Viewing all 8798 articles
Browse latest View live




Latest Images