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

Re: MD02 parameter: create purchase requisition in the opening period

$
0
0

Thanks Nick, by the way, is this parameter only effect on finished goods? I mean when I use MD02, the material should be finished goods.


Re: Using simple return types in Function Import - Is it possible today?

$
0
0

Hi Ron,

 

Thanks for the feedback. I kind of wonder if the introduction of the tooling is the problem rather than a deliberate restriction. the reason I say that is if you look at the example in the note (which has nothing to do with my question) 1695674 - Support for optional parameters in function imports - you'll see them refer to the following function import definition:

<FunctionImport Name="FunctionImportWithOptionalParameter" ReturnType="Edm.Binary" m:HttpMethod="GET"><Parameter Name="OptionalParameter" Type="Edm.String" Nullable="true"/>

 

which has an Edm.Binary return type - This is GW 2.0, but I'm guessing we've lost this.

 

Regardless, I've just used the Complex Type and moved on. And as you say, hopefully $search is the answer in the future - makes sense it will be.

 

Thanks again,

Matt

Re: How to set any default values or to set any validation or derivation rule from BRF+

$
0
0

Hello Doug

 

In MDG-F, you can use copy template option to copy the data from the CR. My case was same. Requirement was to populate most of the fields with default value for PC. What I did, created a CR with default values. Kept it in executable state. Next time when user start creating Profit center, they have to create a blank CR. Then use the CR which is already in the system with default values. In collective processing, you get this option.

 

In case of customer, I am not sure whether you can use this functionality or not but for MDG-F it works well.

 

Kiran

Re: Hi Experts

$
0
0

Hi,

 

Please let us know tax structure so that we will be able to provide the solution for the same accordingly.

 

 

Regards,

Tejas

Re: Amortisation of securities using EIR

$
0
0

Hi Mani

Client expects to see first amortisation on the 15/05/2014 that is on the value and he expects last amortisation to run on the 30/12/2014 and when i run TPM1 on the 15/05 no flows are generated , it gives amortisation of 0000 also when i run TPM1 on 31/12/2014 system says no position found but when i run accruals on the value date flows get generated . also advise is there a way to find out on the formula SAP is using because my EIR on purchase date is 10.5217595% whereas clieant shows EIR of 10.34%.

 

Regards

Victor

Re: Finding digits in variable

$
0
0

hi venkat,

 

There are Function module for your scnerio

 

data: lv_t TYPE char3.

 

lv_t = 1.

 

 

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'

   EXPORTING

     input         = lv_t

  IMPORTING

    OUTPUT        = lv_t

           .

WRITE lv_t.

 

lv_t = 13.

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'

   EXPORTING

     input         = lv_t

  IMPORTING

    OUTPUT        = lv_t

           .

WRITE lv_t.


Untitled.png


Regards,

Sivaganesh

Re: Crystal Reports 2013 Dropping Characters

$
0
0

OK.  Sounds like you got your bases covered.

 

Noel

Regarding Support Pack upgrade in SAP

$
0
0

Hello All,

 

Please clarify one doubt. It is asked to me in one of the interview.

We can do support pack upgrade of component in sap via tools like SPAM and SUM.

Please confirm which one is recommended to use and why.

Basically the difference in doing from both of them.

 

Regards,

Amit Bharti


SAP ECC or MDG on Cloud and what are usage charges

$
0
0

Friends and SAP,

 

 

I wanted to know if MDG is available on any cloud. Is SAP giving access to SAP MDG for learning or training purpose.

If so, what are the charges. Is some one using the same and what are your experiences.

 

I am freelance consultant looking to learn MDG and unless if we have access we can not learn the tool in better manner.

Re: How to Use BAR Code Printing.

$
0
0

What do you mean by MPP SF?

If you are able to do as mentioned in that WIKI for New barcode technology, then there is no issues.

Re: Installing SAP on Solaris with Oracle

$
0
0

Hello  Deepak,

 

one more query here....why we require to install APP1 in HA. Instead we can make CI also failover element. If we make CI as SPOF, we dont require application in other node.

 

Please suggest...

 

 

 

Regards

S.BASIS

Re: BADI after post good issue complete

$
0
0

Edgar,

 


this process needs to occur automatically in the background as standard outbound delivery transactions (vl01n and vl02n) are manually executed. we are not running any custom programs to create the outbound deliveries or post goods issue. What we need is the consignee stock quantities (from table MSKU) after select goods movements is complete. When we extract the available consignment stock quantities using the BAdIs I mentioned as well as the ones you suggested the quantities available prior to the goods movement completion are returned.

 

Calculating the stock quantities base on current consignment stock and expected results of an outbound delivery goods issue is not an option.

 

I'm not familiar with info structures.

Re: Data Display Query

$
0
0

Hi,

 

i have question why your are using the 2 calmonths and what is the difference standard and custom calmonth.

 

select the customer -> go to display -> result rows -> always display. -> it will give the total quantity.

 

other wise try the exception aggregation using the reference char as calmonth.

 

Thanks,

Phani.

Re: risk on wrong definition of sales organization, distribution channel and division

$
0
0

Hi Andy,

 

Good to see the suggestions!

These are the rules I try to follow:

  • Do not over do it. Simple is better and facilitates change.
  • One sales organization for each company code unless significant differences exist between independent sales departments. Like one wants to use CRM and others won't. It's roughly equivalent to one by each top level sales director.
  • One distribution channel for each sales channel group that defines different prices or different shipping conditions for the same material
  • One division for each division of the company. If company has no clearly defined divisions (like Electronics and Footwear) there is no need (in sales) to split (it might in financials).

 

Using sales office and sales group for reporting is a lot better than the top level structures because it's easy to change them in master data, unlike sales org or distribution channel. And when departments get reorganized the system effort is significantly reduced if no change occurs at those three top levels.

So I normally use the sales office to the first or second level of reporting and sales group in some cases to represent individual sales persons or nothing at all in other cases.

 

regards,

Edgar

Re: change internal order asset

$
0
0

Hi Fadi,

 

I couldnt understand your issues completely.

Can you explain what does "Amount stuck in the middle of the process" mean? (If you mean amount lies in internal order then settle it to asset vide T code KO88) and

what does "Amount stuck in old asset and has no new asset" mean?

 

Regards,

G.Sethuraman


Re: Exit for disable priority field in PM notification (IW21/IW22)

$
0
0

Hi Niru,

If your objective is to make the Priority field disabled, follow the way suggested above. When SAP has provided a standard method, why explore development with so much difficulty? Please let know in case any further help is needed.

 

Jogeswara Rao K

Re: Data Display Query

$
0
0

Phani, this will be easier if i had 0calmonth and zcalmonth in my query but i don't want to break down like that. i only want to display the aggregated result. as you may see that i only have

 

0customer and quantity

 

in my query output, which is user requirement because user doesnot want to see the break down of each month but they only want to see all the months quatities aggregates into one record until what is specified in ZCALMONTH and the only way to gather it by aggregating it.

 

 

thanks.

Re: ERP 5.0 to ERP 6.0 upgrade: Activities in advance

Why Phys_Memory Parameter SAP on VM maximum only 64GB?

$
0
0

Hallo Basis Master,

 

I have production system EHP6 Linux X64 and running on VM, in the profile parameter I wanna setting parameter PHYS_MEM SIZE  60% from the physical memory my physical memory are 128GB, in this parameter I set the value 77GB ( 60% from Physical Mem ) and I having the error value greater than maximum 64GB. why on the VM the PHYS_MEM SIZE parameter maximum only 64GB ( cannot setting 60% from physical memory ), I'll try setting Phys_Mem Size parameter on SANDBOX machine running on physical server I can adjust PHYS_MEM Size parameter set 60% from physical memory.

 

Anybody knows why PHYS_MEM SIZE parameter cannot setting 60% from physical memory if the server running on virtual machine?

 

 

 

REGARDS,

 

Luki

Re: LIS-BW-VB_APPLICATION job cancelled and not pulling data to RSA7

Viewing all 8746 articles
Browse latest View live




Latest Images