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

Re: 7.40 breaks SAP.Functions and VBA connectivity

0
0

Hello Crew Reynolds,

 

The issue is fixed with SAP GUI 7.40 patch 2 onwards.

 

The issue is fixed with note number 2074926. This note has fix for both Unicode and Non Unicode version of function control.

 

Thanks and Regards,

Dinesh


Re: Data-level restriction in BO Analysis Edition for OLAP

0
0

Hi Ian,

 

Thank you for the reply. Unfortunately, they would not allow us to use SSO and Prompted log in types due to some security compliance within the company. Can you recommend another strategy on how to overcome this?

 

Regards,

Ednalynn

Re: Multiple version of sales quotation

0
0

Hi Nagarajan,

 

I am not really sure why customers are requesting for these, it could be their company difference in purchase management.

 

But anyhow, I got an alternative solution from SAP consultant which will touch on the SQL stored procedure. With this, it will check if there is any similar reference no. existed in other quotation before adding it. So, we are now using reference no. field as our quotation number.

 

Thanks & Regards,

Low

How to bind a control's property to a path of entity set?

0
0

Hi guys,

 

I'm developing a custom control which accepts an array of objects as input. property abcs is the property which accepts the data.

    metadata: {        properties: {            abcs: {                type: "object[]",                defaultValue: []            }          }     }

Imaging the following odata entity definition(I've simplified the xml to make it easier to understand).

 

            <EntityType Name="Abc">                <Property Name="Key">                <NavigationProperty Name=DefSet" />            </EntityType>

 

Now I've set the control to oDataModel and bind the abcs property to the path:

        theControl.bindProperty('abcs', {            path: '/AbcSet?$expand=DefSet'        })

But after I call the bindProperty method, odata request is not triggered. So there's only an empty array when I call getAbcs() inside the control.

 

What's the problem here?

 

Regards,

Aaron

Re: Level of available quantity

0
0

Hi All,

 

Is it possible to create picking WT based on 2 conditions

 

1) System should not propose the source HU. It should propose only storage bin.

 

I have tried using level of available qty but when you have multiple HU's with diff qty of same material it is showing the above error. But if all HU's are of same qty it will not propose source HU

 

2) Partial quantity picking is not allowed  ie.it should pick the the whole HU.

If requirement is 2 qty and the user has selected the HU as per the above condition with 10 qty  it should pick the whole HU rather than doing partial pick.

 

Please let me know your suggestions for this scenario.

 

Regards,

Venkit

Why SAP is not showing correct status?

0
0

Hello,

 

In PLM EH&S, I am creating specifications thru my custom programs, where in am populating the Identifier, Characteristics and status to RE (Released status),  well, the spec is creating successfully w/ all required Identifier, Characteristics and RE status, but, when we open the same spec in SAP's CG02BD below is the issue,

 

1) I want to change characteristics data hence am re setting its status from RE to IP- In Process in STATUS tab, well

 

2) but when I open the characteristics value assignment area, there am seeing it still as RE status hence am getting a message and SAP is not allowing me to change data!!

 

Pls. let us know why even though am changing the status to IP, still SAP is not allowing me to change characteristics data!!

 

11 .jpg

 

22.jpg

33.jpg

Add Button in ESS Bizcard for Custom Infotype

0
0

Hi Gurus,

I have configured ESS and added some standard infotypes like 22,23,24 (i.e. Education, Previous Employment Details and Qualifications).

However, i am not able to get the Add button on the Overview Screen.

I am able to get Edit, Delete and Details link to actions but i don't know where to Add this Button to Toolbar. If i add a "Add" button in Toolbar, it throws an error.

I have maintained the Infotype and checked the box for New entries also.

Don't know where i am missing. Please help.

 

Thanks in advance

Re: How to set textfield in only one row of SAPUI5 table

0
0

Thanks Sriram,

 

Solution mentioned in above one is worked for me, one thing that i changed is mentioned "parts" and "formatter" parameter in "bindproperty" clause my response if coming from JSON webservice. Rest worked simply awesome.

 

Thanks.


Re: release a bill to accounting with the problem of material ledger

0
0

Hi Van,

The error may be caused by the CO-PA customizing. If the costing key is currently set up so actual cost component split is taken over from ML. It is at plant level from the line item that is used to determine the cost estimate.

If you have assigned this costing key to several material types for those material types, an actual cost component split will be read, independently if ML is active in the plant or not. This leads to the error.

You should delete all assignments of costing keys to material types or use the customizing function 'assign costing key to any characteristics' instead.
There, you can assign the material types again, and set up an additional condition that ML is active in the plant.

You can find these details in the customizing as follows:

SPRO -> IMG -> Controlling -> Profitability Analysis -> Master Data -> Valuation -> Set up Valution Using Material Cost estimates:

- Define Access to Actual Costing/Material Ledger
- Assign Costing Keys to Material Types

Best regards, Gordon

Re: How to set textfield in only one row of SAPUI5 table

0
0

Closing this thread as solution mentioned in Sriram's Reply

Re: How can I set long text as mandatory field?

0
0

Hi All,

Is there any way that can we can make the "Long Text" field as mandatory?

 

Regards,

Sunil

Re: downloading SAP Kapsel

0
0

Hi Senthil,

 

Were you able to find the solution for your query?

 

Regards,

JK

Re: ODataOfflineException Android SMP 3.0

Re: Android Offline Store - ODataContractViolationException

General data level attribute

0
0

Dear SD Experts

 

in se16n--KNA1 Table we can find some attributes fields like KATR1 , KATR2 Like this

 

and in in KNVV Table also we can find some Attributes like PRAT1 PRAT2 ( Product attributes)

in CMR--KNVV ( Sales area table--sales tab we can find product attributes.

 

But in KNA1 ( General data) where we can find attribute fields ?


Re: How are standard BOR events triggered?

0
0

The thing is that you don't necessarily see it anywhere (other than in the code). Basically somewhere deep in the standard code there is a code that triggers the event. If you know your ABAP and can do some debugging you can find the code.

 

Sometimes you can have an effect whether the standard events are raised or not. SAP gives you an options for this. In these cases, you can normally configure it somewhere in the IMG. For example, if I remember correctly there is a setting in IMG for parked documents, and when you set the on, the standard event FIPP.PARKED (might remember the name of the event wrong) gets triggered.

 

Do you actually have some problem with the event(s), or are you just curious?

 

Regards,

Karri

standard price purchaseinfo record - purchase order

0
0

Dear experts,

I am not expert in CO

 

Just want to understand the link between standard price in the material master , purchase info record price and purchase order

 

What is the role of standard price in purchase order and sales order

 

 

 

What steps CO accountant will do after invoice processing is done

 

 

Please help to answer for my understanding

 

 

Regards

Raj

Re: Issue with SMP 3.0 and Native SDK

Re: Getting error 403 forbidden in put method when running on android

Re: Is there an alternative for RH_GET_ACTORS, need responsibilities from rule

0
0

Hi,

 

Can you post the relevant part of your code here (call to RH_GET_ACTORS)?

 

I am not 100% but I have a feeling that I have used RH_GET_ACTORS to get agents from responsibility rule, and there was nothing special or difficulties about it.

 

Or what do you actually mean that you don't have the container values? Surely you should have some parameters for your rules, if you want to have correct results, or am I missing a point here?

 

Regards,

Karri

Viewing all 8798 articles
Browse latest View live




Latest Images