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

Re: DataWindow.Net 2.5 IE 10 support

$
0
0

Hi  Miroslav,

 

afaik CSS generation is only for XML Web DataWindow. Try to set the XHTMLGen.Browser property.

 

hth

 

Arnd


Re: update Tution Reimbursement wage type

$
0
0

Hi Ameet,

 

                I copied your above rule and i have written the same in the attached file and please let me know had i done it correctly? Because i am not familiar in writings pcr's. so please let me know

 

Regards

 

Rakesh

Re: İnvoice correction request

$
0
0

Hi

 

Sold to party is always there in invoice in standard. In your case I dont know why it is not there and if its not there then it was the only solution which you have done by yourself. In copy control routine system checks for sold to party and you have to bypass that check. Good to see that your issue is resolved

 

Thank$

Crystal Reports

$
0
0

Anybody know if the Crystal reports 2011 and 2013 will work with Business object 3.1 (CMC) SP5 & Crystal Server 2008 SP5?

Re: question?

$
0
0

Not possible from the smartform, if driver program is standard, use an enhancement spot/point in the program and create popup there

Re: Alternate unit of measure

Re: What Controls currency field as mandatory in Document header level?

$
0
0

Hello Javed,

 

I agree that without giving company code, document date, currency we can not post document. More on that, I want to understand how it is routed in the system. How system showing co.code and currency fields mandatory. What are the setting or configuration done to make those fields mandatory.

 

Regards,

 

Sumant

How to get into SAP Career when having 10 year experience in sales?

$
0
0

Dear all,

 

Please suggest me how to get into SAP career, I have 10 year exp in sales specialized in Channel sales in consumer durable industry in India, Is there any scope for sales professional in SAP? I dont have any experience in SAP, but want to learn and get into SAP career.....how do I begin please suggest

 

Thanks


Re: How to navigate to ABAPDOCU

$
0
0

Hi Otto,

 

it seems that you have to call a dynpro screen, then the documentation is displayed.

 

 

REPORT z_test_abap_docu.

 

DATA: docu_container TYPEREFTO cl_gui_control.

 

cl_abap_docu=>show(

  EXPORTING

    area          = 'ABEN'

    name          = 'REGEX_SYNTAX'

  IMPORTING

    docu_container = docu_container ).

 

CALLSCREEN0100.

 

*&---------------------------------------------------------------------*

*&      Module  STATUS_0100  OUTPUT

*&---------------------------------------------------------------------*

*      text

*----------------------------------------------------------------------*

MODULE status_0100 OUTPUT.

  IF docu_container ISBOUND.

    cl_gui_control=>set_focus(

        EXPORTING

          control          = docu_container    " Control

        EXCEPTIONS

          cntl_error      = 1

          cntl_system_error = 2

          OTHERS          = 3).

 

    IF sy-subrc <>0.

      MESSAGEID sy-msgid TYPE'S' NUMBER sy-msgno

                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4

                DISPLAYLIKE sy-msgty.

    ENDIF.

  ENDIF.

ENDMODULE.                " STATUS_0100  OUTPUT

 

 

Regards Christian    

Re: Changing Authschemes.xml file

$
0
0

It does not require any changes to the authschemes.xml.

Please, undo the changes in this file and check if run your custom logon screen.

FPN in Portal 7.3 not working

$
0
0

Hello All,

 

FPN in portal 7.3 is not working. Please advice.

 

Errors found in logs -

1.

Could not validate SPNEGO token.

[EXCEPTION]

com.sap.engine.services.security.authentication.umapping.UserMappingNoSuchUserException: No user with account attributes [[namespace=com.sap.security.core.authentication, name=principal, value=vs-sys45.IBM-ERP, isCaseSensitive=false], [namespace=com.sap.security.core.authentication, name=realm, value=ALJAZEERA.TV, isCaseSensitive=false]] found

at com.sap.engine.services.security.authentication.umapping.UserMappingServiceImpl.getUserByAccountAttributes(UserMappingServiceImpl.java:184)

at com.sap.security.core.server.jaas.spnego.util.SPNEGOUserMappingUtil.searchUser(SPNEGOUserMappingUtil.java:82)

 

2.

Could not validate SPNEGO token.

[EXCEPTION]

java.lang.Exception: Store of token in replay cache failed. Possible replay attack detected.

at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.throwValidationException(KrbApReq.java:125)

at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.validate(KrbApReq.java:118)

at com.sap.security.core.server.jaas.SPNegoLoginModule.validateSPNEGOToken(SPNegoLoginModule.java:323)

at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:504)

at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:154)

at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)

at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:66)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:269)

at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:876)

 

3.

LOGIN.FAILED

User: N/A

IP Address: 10.234.11.20

Authentication Stack: ticket

Authentication Stack Properties:

 

 

Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details

1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      

        #1 ume.configuration.active = true

2. com.sap.security.core.server.jaas.SPNegoLoginModule                     OPTIONAL    ok          exception             true       Trigger SPNEGO authentication.

3. com.sap.security.core.server.jaas.CreateTicketLoginModule               SUFFICIENT  ok          false                 true      

4. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUIRED    ok          false                 false     

5. com.sap.security.core.server.jaas.CreateTicketLoginModule               REQUIRED    ok          false                 true

 

4. Can't map exception.

[EXCEPTION]

com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.

at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:131)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:269)

at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:876)

Caused by: javax.security.auth.login.LoginException: NTLM token received in authorization header.

at com.sap.security.core.server.jaas.SPNegoLoginModule.failedAuthenticationException(SPNegoLoginModule.java:369)

at com.sap.security.core.server.jaas.SPNegoLoginModule.checkAuthorizationHeaderToken(SPNegoLoginModule.java:463)

at com.sap.security.core.server.jaas.SPNegoLoginModule.parseSPNEGOToken(SPNegoLoginModule.java:282)

at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:484)

at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:154)

at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)

at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:66)

... 59 more

 

Have investigated a lot since last 3 days, tried many possible solutions but they are not working like to mention a few,

SAP Note # 1649110, http://scn.sap.com/people/holger.bruchelt/blog/2010/04/08/new-spnego-login-module--just-around-the-corner,

http://scn.sap.com/people/holger.bruchelt/blog/2008/01/09/configuring-and-troubleshooting-spnego--part-1

 

Please advice.

 

Thanks a tonne,

Ritu

SAP B1 remote connection through DI API crashes with no exception nor error

$
0
0

I have SAP B1 8.8 installed on a computer along with SQL Server in the same computer. I made an application that connects

 

to SAP through DI API in C#. When I run the application in the same computer where the SAP and SQL server are installed,

 

it works fine. When I run the C# application over the network the application cannot even connect to the company, it simply

 

crashes and says that it stops working. No exception thrown, no error, no nothing, it simply crashes. Strange thing is that,

 

I can get the companies but not connect to them, here is the connection code:

 

          try

          {

            _sapCompany                           = new SAPbobsCOM.Company();

            _sapCompany.language             = SAPbobsCOM.BoSuppLangs.ln_English;

            //_sapCompany.UseTrusted        = true;

            _sapCompany.Server                 = serverBox.Text;

            _sapCompany.DbUserName       = siteuserBox.Text;

            _sapCompany.DbPassword        = sitepassBox.Text;

            _sapCompany.DbServerType      = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2008;

            _sapCompany.LicenseServer      = "192.168.1.102:30000";

 

             SAPbobsCOM.Recordset recorset = _sapCompany.GetCompanyList();

 

           _sapCompany.UserName            = sapuserBox.Text;

            _sapCompany.Password            = sappassBox.Text;

            _sapCompany.CompanyDB        = System.Convert.ToString(recorset.Fields.Item(0).Value)

            _sapCompany.Connect();

          }

 

As I mentioned, the aplication does not send any exception, just crashes as soon as it reaches the Connect() method.

 

Computer where the c# is running can see with no problem the computer where SAP and SQL server are, because

I can get the company list.

 

I do not know what could be causing this problem since app only crashes, does not send any error message nor exception. I only installed

 

SAP client and DI API to computer with c# application.

 

Any thoughts??

Re: SRM user not visible in Portal UME even after UME-SPML is activated

$
0
0

Hello Pradeep,

 

I am facing similar issue. Can you please share solution for this.

 

Thanks,

Ritu

Re: Optimizer RFC error

Re: SAP Loan Management: FICAX vs Other options

$
0
0

The loan process relies on an Open Item Management System to deal with billing and invoicing, so it requires either FICAX or a 3rd party OIM system.


BPC 10 NW on Oracle database

$
0
0

Hi Experts

 

I have the info that we can install BW NW component above Oracle database & then we can install BPC 10 NW above it.

 

Here the question is how data will be flowing between Oracle db & BW  ie I mean do I need to created star schema structure in Oracle db which can be read by BW.

 

I have experience working on std SAP BPC 10 NW & I dont know how data flow between BW & underlying database.

 

Can someone please help  here, thanks!!

Re: Selecting Item in Tree by Text

$
0
0

Thomas,

 

Thank you so much for your assistance, this is a great idea!

 

A few questions: Line 02 on the selection routine gives a syntax error, and the macro stops at line 2 in the function saying "Object required"

 

Thanks again!

 

Alex

Re: Smartform Dynamic colour in the item table

$
0
0

Can you try creating 3 identical line types in Smartform with just 3 different colors. Add a field to the internal table to specify the color. Add a condition to the line types to output based on the color field.

 

Thanks,

Juwin

Error after upgrade SSM 10.0 to 10.1 SP3

$
0
0

Hi experts,


Afterupgrading from10.0 to10.1ssm version, according to the installation guide, wanting to enterany database, the following error is generated:"Properconnectionto thedata sourcewasnot available. Please contact to system administrator"  (Attach file)

OS: Linux
SSM:10.1SP3
NW:7.3sp7


Thansk

Re: Issue with http://localhost:6405/biprws/raylight in BO 4.0 SP5 Patch8

Viewing all 8851 articles
Browse latest View live




Latest Images