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.
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.
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.
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.
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:
Stefan
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
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.
Can you post the DTSX package here so we can have a look?
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
I ended up moving the notes to a separate tab to simplify the enhancement.
Cheers,
Stephen
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
SELECT
CASE LEFT($[OCRD.Series], 2)
WHEN 'FC' THEN 'XXXXXXX'
WHEN 'LC' THEN 'YYYYYY'
END
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
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
.
when you create the item, you should only check purchase flag for purchasable item.
Frank
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.
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
Do you have Packaging Material 30000001 Defined in EWM?
Check whether it is extended to your warehouse?
Regards,
Sathish
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
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
Hi Mani,
You can try below points:
1) increase maxdsiz and maxdsiz_64bin
2)set JAVA_HOME and SAPINST_JAVA_HOME
Regards,
V Srinivasan