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

Re: Input Parameters in Scripted Calculation Views

$
0
0

Hi Lars,

 

Here you go:

 

1) I create an Input Parameter in a scripted CalcView:

 

1.PNG

 

Mandatory cannot be unchecked (as opposed to graphical CalcViews)

Default Value cannot be made active (as opposed to graphical CalcViews)

 

2) Script Node

 

/********* Begin Procedure Script ************/

BEGIN

 

            it_data =

            select SESSIONID, ITEM from KXEN"."afm.data::ViewAprioriCusttx_01"                             

            where "Customer" = :in_Customer;                          

 

            var_out = select SESSIONID, ITEM, 2 as TWO from :it_data;      

                 

 

END /********* End Procedure Script ************/

 

 

 

Executing the report works if a customer is chosen (here = 23). But what if the user shall also have the possibility to leave the customer blank?

 

2.PNG

 

Choose nothing is not allowed, since the input parameter is mandatory:

 

3.PNG

 

If one chooses null, ...

 

4.PNG

 

... we get an error:

 

5.PNG

 

3) Try the thing with APPLY_FILTER, but what to pass over, if the value should be blank?

 

/********* Begin Procedure Script ************/

BEGIN

 

declare lv_search_string nvarchar(256);

 

lv_search_string := '"Customer" =' || :in_Customer;

 

it_data = apply_filter("KXEN"."afm.data::ViewAprioriCusttx_01",:lv_search_string);

 

var_out = select SESSIONID, ITEM, 2 as TWO from :it_data;                      

 

END /********* End Procedure Script ************/

 

shows exactly the same behavior as the first code example.

 

I also tried search strings like, but this did not work neither:

 

lv_search_string := '"Customer" !=''';

 

 

Regards and thanks,

Ingo


Re: Unable to connect using SQL 2008 R2

$
0
0

Hi,

 

Make sure the SQL 2008 R2 Client tools are installed on the Server then the Native 10 driver should work.

 

Thanks,

DJ

Re: Under-delivery tolerances

$
0
0

Thanks but I have looked at every single OSS note out there.  I have no way of confirming if we are experiencing this issue in Production without having one of our vendors confirm a smaller amount.  We recently applied some patches for year end and I need to make sure the patches did not do anything.

Can anyone clarify what it means if the underdelivery tolerance is 0%?

Since we do not use info records, I am pretty sure we have it programmed somewhere to populate the overdelivery tolerance to prevent users from receiving more than 10% of the quantity.

Re: Accumulated Depreciation for Retired Fixed Asset

$
0
0

I have just logged a message with SAP on this issue

Re: BKPF-TCODE when we do the posting via F-43

$
0
0

CDHDR stores values when document gets created . While creating the documents , it will have change indicator as "I" for Insert .

 

Thanks

Manik

Re: Web Application call PI without SOAP

$
0
0

Thanks everybody's inputs. I will take a look at HTTP Adapter and get back to you. Useful infomation would definitely be rewarded. We have dual PI 7.1. Java person wants a sample program on how to call PI url. I am not a Java person though.

Como alterar NFe (J1B2N) após ela ter sido autorizada?

$
0
0

Mesmo manipulando o controle de tela da Nota Fiscal, não é possivel alterar uma NFe via J1b2N após ela ter sido autorizada. O SAP emite uma mensagem informando "document must not be changed; switching to Display Mode" Message No. J_1B_NFE042.

 

Entrei em contato com o suporte da SAP e disseram apenas que era um comportamento standard e que não havia como alterar.

 

Como lidar com a geração do SPED de NFes que foram corrigidas através de carta de Correção Eletrônica?

 

O guia do contribuinte diz que: "Carta de Correção e Carta de Correção Eletrônica (CC-e) não são informadas na EFD-ICMS/IPI. Informe o

documento já corrigido."

 

Ou seja, os campos que foram corrigidos através de CC-E deveria ser permitido alterar na J1B2N para que a extração do documento leve os dados corretos para o SPED. Trata-se de uma obrigação legal, que deveria ser permitido ser feita no sistema. Ao menos os campos que são passiveis de correção por CC-e, o SAP deveria permitir alterar.

 

Obrigado

Leandro Pia

Re: Question regarding connection between SAP CCtr (BCM) and PSTN

$
0
0

Hi, Dawood. Thank you for your reply.

     Yes, that's correct: the setup you've described is exactly the same as our demo setup. We used an asterisk as a SBC between external SIP trunk and our system.

     Now you've dispelled my doubts concerning SIP authetication. We'll consider enabling TLS encryption between CCtr system and Session Border Controller (in our case Asterisk). Thanks a lot for your help.

     BR,

          Sergey.


Re: Problem Creating Order Using BAPI_ALM_ORDER_MAINTAIN

$
0
0

The requirement is to assign an order to existing notification.

The t-code for this is iw22.

 

Not sure if the BAPI ORDER_MAINTAIN will suffice this purpose.

Re: Crystal Server 2013 error: Object faile to run due to an error while processing on the Job Server

$
0
0

Yes, it is using a domain account.  I verified that I was able to save a file to the same directory that Crystal Server is set up to write to.

Re: PSA showing symbol not updated to data targets

$
0
0

Hi Jalina,

It is normal, you have two sources, one of which has not been updated.

Once you upgrade the second dso, this message is removed.

 

Regards.

Re: Managed system config error - Assign diagnostic agent

Re: Change territory with single partner role to multple partner

$
0
0

Thanks  Hari for the inputs. We currently use  the partner functions already but we only have 1 person who is responsible for a set of accounts in 1 territory. the main challenge we have is when each account has 1 person responsible out of the 3 positions, not sure how to configure it at the territory level. and also how to configure the Account Manager(Partner Function ) determination on the order.

Re: Crystal Server 2013 error: Object faile to run due to an error while processing on the Job Server

$
0
0

On my original post I had indicated that I could view the report once it was loaded in to Crystal Server.  I am able to view the report, but when I refresh the report while in the view mode I receive the following error:  The viewer could not process an event. The database logon information for this report is either incomplete or incorrect.  Error: CRWEB00000119.  I verified that I could view and refresh this report in Crystal Reports on this server.  Any ideas?

Re: Long text to reflect in PA infotype 0001 instead of short text for Org unit, Job and Position


Re: SAP GUI For MacBook

$
0
0

Hi Jude
Do you want whole log output or just error part?
This is the error part of log file:

 

############################# ERROR #############################

19.11. 22:36:26.475 ERROR: Internal exception during installation

19.11. 22:36:26.475 ERROR: java.lang.Error: posix_spawn is not a supported process launch mechanism on this platform.

19.11. 22:36:26.475 ERROR: at java.lang.UNIXProcess$1.run(UNIXProcess.java:105)

19.11. 22:36:26.475 ERROR: at java.lang.UNIXProcess$1.run(UNIXProcess.java:94)

19.11. 22:36:26.475 ERROR: at java.security.AccessController.doPrivileged(Native Method)

19.11. 22:36:26.475 ERROR: at java.lang.UNIXProcess.<clinit>(UNIXProcess.java:92)

19.11. 22:36:26.475 ERROR: at java.lang.ProcessImpl.start(ProcessImpl.java:130)

19.11. 22:36:26.475 ERROR: at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023)

19.11. 22:36:26.475 ERROR: at java.lang.Runtime.exec(Runtime.java:620)

19.11. 22:36:26.475 ERROR: at java.lang.Runtime.exec(Runtime.java:485)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.MicroTransaction.setPermissions(MicroTransaction.java:569)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.MicroTransaction.setPermissions(MicroTransaction.java:550)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.MicroTransaction.closeTransaction(MicroTransaction.java:188)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.installer.InstallationController.addInstallationImpl(InstallationController.java:293)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.installer.InstallationController.addInstallation(InstallationController.java:132)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.installer.Installer.doInstall(Installer.java:396)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.installer.Installer.access$200(Installer.java:65)

19.11. 22:36:26.475 ERROR: at com.sap.platin.micro.installer.Installer$1.run(Installer.java:428)

############################# ERROR #############################

Re: STO from Special Stock E

$
0
0

Do you have a problem in the sales order or in the purchase order?

Just asking because the sales order could not make use of checking rule RP, it is either checking rule A or AE in case of special stocks. This is hardcoded as you can read in 1893237 - Everything about transaction Co09

Re: Problem removing zeros in a model - BPC 10 NW

$
0
0

Sorry, but I mentioned this in:

 

3. Light optimize with default settings - without switch on zero elimination

4. Single record in RSA1 with zero

 

Zero in E-table...


Vadim

Re: On calling va02 warning message based on material.

$
0
0

I wanted to display error message on entering to VA02 on existing lines matching my conditions.

 

Also there is logic which populates few items based on history, so i don't want checks on new VBAP.

Requirement is like when enter to va02, if there is any lines with matching criteria message should be displayed.

Re: IIS Error

$
0
0

Hi Rolando,

 

Are you closing and disposing of the report object after each print?

 

What is the work flow of your app?

 

Have you tried simplifying it, use a report with no data just a text field with "hello World" in it and see if that does the same?

 

Don

Viewing all 8581 articles
Browse latest View live


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