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

Re: Crystal Reports distributable for Visual Studio 2008

$
0
0

In reading back through some of this thread, I feel I should clarify that when I'm talking about 'ClickOnce Deployment', I'm referring to my own VB.Net application that I developed and deploy using ClickOnce.

 

Thank you for your time.


Re: Quota Arrangements for vendors requiring different GR processing times

$
0
0

HI Robyn,

 

I did a bit more expeerimentation and once I entered the Contract Agreeement number in the Source list, everything worked perfectly.

 

Thanks very much for your help.

Re: How to Multiply a Column Values in a Crosstab with Variable Value

$
0
0

Hi Kumar,

 

There is no good workaround to perform the calculation on the client side in Design Studio.  However, you should be able to achieve the desired result by performing the calculation in the Universe itself, with the following steps:

 

1)  Create a variable in your universe to represent PercentageIncrease

 

2)  Create a calculated measure in the universe that performs the calculation RevisedPlan = Plan + (Plan*(PercentageIncrease/100))

 

3)   In your Design Studio script, after capturing the user input value, pass the Variable1 value back to the universe with the script method APPLICATION.setVariableValue("PercentageIncrease", Variable1).  This should then refresh the universe data source with the new calculated plan values and automatically update the crosstab.


Regards,


Mustafa.

Re: Error launching office client: Automation Server can't create object

$
0
0

Hi Daniel

 

Basically when clicking on that link IE is supposed to launch Excel via an Activex/COM call and the error message says it failed to do that.

 

The error you are getting is most likely due to the Internet Explorer security settings or due to inability of Internet Explorer to launch the edition of Microsoft Excel installed on that is installed on that workstation.

 

Please verify the following things:

  • The edition of Internet Explorer you are running is matching the edition of Excel (if you are running Excel 32 bit make sure you are launching the 32 bit edition of IE and not the 64 bit one).
  • Under Internet Options -> Security -> (select the appropriate security zone corresponding to your situation) - relax the Activex security until you can find the setting that is preventing Excel to be launched.

 

Stefan


Re: Issue with Doc push to WM6.2

$
0
0

Hi Fouad,

 

It would be worth using a tool like WireShark to see if the push messages are getting blocked from ECC to SMP.

 

Cheers,

Stephen

Re: B1 DB Profiler does not work

$
0
0

I finally did it.

 

I don't know the reason, but I re-installed the whole environment (MSSQL Server, SAP Business One Server and Client, and B1TE Tools 2.6) and now it is working fine.

Re: Custom SSIS package fails to execute in EPM Data Manager

$
0
0

Can you post the DTSX package here so we can have a look?

Re: Inventory Key figures issues

$
0
0

Hi Phani,

 

These key figures aren't directly present at the cube level but with Stock type we can do the differentiation to get the KF's mentioned above. But the thing is is the right approach?

 

 

Regards,

R


Re: Agentry - Dynamic Tile/Screen Sizing

$
0
0

I ended up moving the notes to a separate tab to simplify the enhancement.

 

Cheers,

Stephen

Re: Evento Documento Adjunto

$
0
0

Gerardo buen dia, Gracias.

 

Mira estoy evaluando un criterio con una consulta y para eliminarla de ese listado de mostrarla quisiera que cuando agregen un archivo a un documento como la entrega entonces poder eliminarla de mostrarla.

 

Se que con la tablas ATC1 y/o OATC ahi se depositan pero como la ligo con mi entrega y/o factura??

 

Saludos

Re: BP Accounting Query

$
0
0

SELECT

 

CASE LEFT($[OCRD.Series], 2)

     WHEN 'FC' THEN 'XXXXXXX'

     WHEN 'LC' THEN 'YYYYYY'

END

Re: Inconsistency in WF loop

$
0
0

Hello Karina,

 

did you change the container element's type definition from character-based to num-based after you've created the condition in the loop-clause?

 

Sometimes the generated intermediate code for an expression is not correctly regenerated, when a domain change has happened. In such cases: Remove the condition (or here: replace the content with something obvious like   1 = 1, activate, restart Workflow Builder and enter the condition as seen before.

 

With the very best wishes

Florin

Re: LSMW characteristics CHRMAS01

$
0
0

Hi,

 

Thanks for your reply. I had a look at those links but that doesn't resolve my issue regarding the error message above : Field not found in table. I don't understand what the issue is.

 

Thanks

 

Best regards

 

 

Corentin
.

Re: Item Selection based on User

$
0
0

when you create the item, you should only check purchase flag for purchasable item.

 

Frank

Re: In va01 getting error as "consider delivery unit 1 RL in item 000010"

$
0
0

Hello Venkat -

 

Check in material master - sales 1 - there must be delivery unit maintained. This is causing this issue. One should order this material as Rolls only. If you remove that from material master, you will be able to order the way you need.


Re: In Purchase requisition (ME51N), how to change approver on workflow while saving it

$
0
0

Sorry boys and girls,

 

all answers are wrong, or at least misleading.

 

The user-exit will be processed also during the rule resolution of the workflow tasks, which Manoj didn't came across yet, because that one's being processed by WF-BATCH, so a break-point wouldn't stop there easily.

 

@Manoj: Just go ahead and keep using the "9" at the release code customizing and the workitem will go through, by using your user-exit. With the admin-options on  a workitem-level you may also execute the button "Execute agent rules" and then you'll see your exit being executed, if you'd set a break-point there.

 

With the very best wishes

Florin

Re: What Business functions required for for LE-WM stock upload in SCM 9.1

$
0
0

Do you have Packaging Material 30000001 Defined in EWM?

Check whether it is extended to your warehouse?

 

Regards,

Sathish

Updation of data into SQL database from ECC

$
0
0

Hi Friends,

 

I have a requirement to update the data from ECC to external SQL database.

 

Here is the requirement I am getting the XML file from third party vendor through PI. In inbound proxy I am extracting the XML and putting into local internal tables. Now my requirement is  instead of storing the data into ECC(due to  large high volume of data) I need to store the data into external SQL database. For this I need some logic how to connect SQL database and command to insert the data when I have the internal table.

 

Please provide me the solution and it would be highly appreciable.

 

Thanks,
Satheesh

Re: How to block Specific G/L for an user

$
0
0

Hey Bishnu,

 

Check the authorisation group through transaction code - SU24. You can provide the transaction code FS00 there to find out the respective authorisation object.

 

Thanks & Regards

Subhasish

Re: sapinst error during export in HP-UX IA64 on db2

$
0
0

Hi Mani,

 

 

You can try below points:

1) increase maxdsiz and maxdsiz_64bin

2)set JAVA_HOME and SAPINST_JAVA_HOME

 

Regards,

V Srinivasan

Viewing all 10548 articles
Browse latest View live


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