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

X.509 Logon through Web Dispatcher

$
0
0

Dear colleagues,

 

I tried to configure X.509-Based Logon to Java AS through Web Dispatcher.

 

Source system received error "Not authorized". In dev_webdisp I found:

 

[Thr 140556505413376] Fri Dec 25 10:59:33 2015

[Thr 140556505413376]   SSL NI-hdl 112: local=<ip_webdisp>:12290  peer=<ip_target_Java_AS>:50001

[Thr 140556505413376] <<- ERROR: SapSSLSessionStart(sssl_hdl=0x7fd5d81ec750)==SSSLERR_SERVER_CERT_MISMATCH


in Web Dispatcher profile added:


icm/HTTPS/forward_ccert_as_header = true

wdisp/ssl_encrypt=1

wdisp/ssl_auth=2

wdisp/ssl_cred=$(SECUDIR)/SAPSSLC.pse

wdisp/ssl_ignore_host_mismatch=1

icm/HTTPS/trust_client_with_issuer = *

icm/HTTPS/trust_client_with_subject = *

 

Could you please help me  to resolve this issue?

 

 

Thanks a lot,

Alexander


Re: SAP s/4 HANA Installation help required

$
0
0

Hi Manoj,

 

Check DIR_INSTALL and DIR_PROFILE environments.

Note 1932555:Dispatcher startup issue with SAP Kernel 740


Regards,

V Srinivasan

Re: SAP Fiori my paystubs - changed text in i18n file, no changes in browser

$
0
0

Hi Daniel;

 

Could you please share which text you changed and in which file.

Also you can always check in the browser console debug whether the changes text is getting loaded or not.

 

regards,

Sarbjeet Singh

Re: Invalid acount code in J.E

$
0
0

Hi Muhammad,

 

 

 

Try this format for JE Inport

 

 

 

 

 

JE_HEader Template Sample

 

RecordKey..AutoVAT.......Memo.............ReferenceDate

1....................tNo........Notes abcd..........20071025

 

JE_Lines Template Sample

 

 

 

RecordKey...LineNum......AccountCode.........ContraAccount...Debit...Credit..Reference1..VatLine

1.............0......._SYS00000000123......_SYS00000000456...16.25.............abcd........tNO

1.............1......._SYS00000000456......_SYS00000000123...........16.25.....abcd........tNO

 

 

 

Rgds,

Kamlesh Naware

DUMP CX_SY_DYN_CALL_ILLEGAL_FORM

$
0
0

Hi I need some help can anyone check this.

How can I fixed it ?

 

I have create report and I add the editable initial field for 'X' .
on backround I have to read row which field have X but When I assign X to editable field it gives dump.

xxx.JPG

 

 

 

 

Runtime Errors         PERFORM_NOT_FOUND

Except.                CX_SY_DYN_CALL_ILLEGAL_FORM

Date and Time          25.12.2015 10:44:24

 

 

Short text

     Call (PERFORM) to a non-existent routine.

 

What happened?

     There exist various options:

     Error in the ABAP Application Program

 

 

     The current ABAP program "SAPLSLVC_FULLSCREEN" had to be terminated because it

      has

     come across a statement that unfortunately cannot be executed.

     or

     Error in the SAP kernel.

 

 

     The current ABAP "SAPLSLVC_FULLSCREEN" program had to be terminated because the

     ABAP processor detected an internal system error.

 

 

Error analysis

     An exception occurred that is explained in detail below.

     The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was

      not caught in

     procedure "METHOD_DATA_CHANGED" "(FORM)", nor was it propagated by a RAISING

      clause.

     Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program "SAPLSLVC_FULLSCREEN" is meant to execute an external PERFORM,

namely the routine "SET_DATA_CHANGED " of the program

"ZPP_R_TEDARIKCI_TESLIM_URN ", but

this routine does not exist.

 

 

This may be due to any of the following reasons:

 

 

1. One of the programs "SAPLSLVC_FULLSCREEN" or "ZPP_R_TEDARIKCI_TESLIM_URN "

is currently being developed.

The name "SET_DATA_CHANGED " of the called routine may be incorrect, or

the routine "SET_DATA_CHANGED " is not yet implemented in the program

"ZPP_R_TEDARIKCI_TESLIM_URN ".

-

 

790 form method_data_changed using rr_data_changed type ref to

791                                           cl_alv_changed_data_protocol.

792   if not gt_grid-i_callback_data_changed is initial and

793      not i_callback_program is initial.

794     perform (gt_grid-i_callback_data_changed)

795       in program (i_callback_program) using

796                                       rr_data_changed.

797   endif.

798

799

>>>> endform.                               " METHOD_DATA_CHANGED

 

2. If the program SAPMSSY1 is involved in the runtime error, one of

the function modules called via RFC is not flagged as remote-capable.

(see Transaction SE37  Goto -> Administration -> RFC flag)

 

 

3. There is an inconsistency in the system. The versions of the

programs "SAPLSLVC_FULLSCREEN" and "ZPP_R_TEDARIKCI_TESLIM_URN " do not match.

Re: SQL0554N An authorization ID cannot grant a privilege or authority to itself. SQLSTATE=4250

$
0
0

Hello Navin,

 

It will never work to 'grant' to the user itself.
SAP note#1386320 gives the guide on how to correct the auhority after the system copy.
Please take a check.

 

Kind regards
Maria

Re: system issue during budget check commitment item

$
0
0

Hi

 

1. Kinldy check whether PR generated for the Material where the Procurement type is PR + Res for WBS element.

 

2. Please Make sure that the purchase requisition indicator set for the activity where the material assigned.

 

3. Check the below thread if the Project is valuated Project stock.

 

http://scn.sap.com/message/16433647

 

I hope that the 3rd one may resolve your issue.

 

Thanks

 

Ganesh

Re: HTTP port ?


Re: Business partner

$
0
0

But the above Bapi doesn't have any structure containing segment information to assign roles and segments to business partners.

Re: Message Class SE91 for BADI

$
0
0

Hi Anjaneya ,

 

Thank you for your reply,

 

Actually we need to maintain a Traceability of "User Defined Messages" and not standard  or  Predefined Messages.

 

To know how many and what limitations are maintained for a T. Code of a Module.

 

I'm thinking if I could maintain a message class, we can maintain all the messages into a single message class of a single BADI for that T. code

 

Please tell, is it possible to call a message class into BADI?

Re: Posting from payroll results to FI

$
0
0

Hi.. Rahul,

 

thanks, for your quick response..

 

regards,

 

Surendra

Adding Filter

$
0
0

Hi all,

 

          I wanted to pass the value to filter option in runtime.

          Below is the code I jus tried and it is not working.

          can anyone please tell me that, how can I achieve this option ?

 

 

<l:VerticalLayout width="100%" id="idRENT_CAR_DET"

  content="{path:'/Trip_section/Rental_det',

           filters : {      path : 'TripId',

                        operator :'EQ',

                           value1: '{ path :'Trip_section>/TripId'}' }

                      }" >

 

  <l:Grid defaultSpan="L2 M6 S6" minWidth="1024">

 

  <m:Input value="{From}" type="Date"/>

  <m:Input value="{To}" type="Date" />

 

  <m:HBox>

  <m:Button id="idRCBTN" icon="sap-icon://sys-add"/>

  <m:Button icon="sap-icon://sys-cancel" />

  </m:HBox>

 

  </l:Grid>

  </l:VerticalLayout>

 

-Mahi

Should we run Behind Technology....

$
0
0

Dear All,

 

I Could still remember when i was a junior Consultant other use to say : SAP MM is common module and every one knows it and you have to learn WM ... I ignored and kept going on ... Fortunately after 3 years working in SAP MM  i got a opportunity to work in WM , With that i Could do multiple WM Implementations.Now i am Senior Consultant With Multiple Implementation experience in MM & WM.

 

People today say learn EWM,SRM ,Where we will get experience even you learn??... is this ok to keep running behind technology instead become a King what ever you know then move it to next module

 

Expecting Some interaction here :-)

 

Thanks

 

MHD Zubair

Tunning up java stack

$
0
0

Dear experts,

 

i am working on BI(on Dual Stock)..in java server...My sap directory is full in java stack...would anyone please suggest to remove junk file in JAVA stack

Re: inconsistent configuration

$
0
0

Dear Milk bike,

 

Try program RCU_MAINTAIN_IBASE_STATUS


go to SE38 T-code and give the above program name and execute.

 

Regards,

Ravikumar B


Re: BDC Update Issue

$
0
0

Hi Vishnu,

 

Have you checked for any dump when running the BDC with background job. I must be giving "CNTL_SYSTEM_ERROR" runtime error.

 

There are some restriction with some tcodes which cannot be run in background like enjoy transactions (MIGO,ME21N,etc) as they are using container element.

 

 

Regards

Abhishek

Re: how to update table or model on button click

$
0
0

Hi,

 

For update I need odata model right? But I am using a filter on the service url, which is working fine with Json model, when i tried with odata model it's returning error as bed request.

 

var Model1 = new sap.ui.model.json.JSONModel({            serviceUrl: "../../services/myexp.xsodata/OrderItem?$filter=AUFNR eq "+id        });
sap.ui.getCore().setModel(Model1,'myitem'); // working fine 
// i am using the below code, for update to work
var Model1 = new sap.ui.model.odata.v2.ODataModel({            serviceUrl: "../../services/myexp.xsodata/OrderItem?$filter=AUFNR eq "+id        }); // returning bed request, also adding $metadata befor the $filter(when reading)

how to ovecome this issue, as I am tring the below code to update

 

onPressAccept: function(){         // var oTable = sap.ui.getCore().byId("detail1");          var dModel = sap.ui.getCore().getModel("myitem");        //var oSelectedItem = oTable.getSelectedItem();         // var sComponent = oSelectedItem.getBindingContext("myitem").getProperty("ASTNR");          console.log(dModel);        var oEntry = {};        oEntry.ASTNR = "Approved";        dModel.update('', oEntry, null, function(){                 alert("Update successful");             },function(){                alert("Update failed");});      }  

which is not working as dModel is returing a Json model.

 

Thanks

Re: OnBeforeRendering not getting called without Hash Change navigation

$
0
0

Are you instantiating the view in the below code or fetching the instance of view already instantiated ?

 

var oView = this.getView(oOptions.targetViewName,oOptions.targetViewType);

Re: Delivery issue

$
0
0

Hi Anupama,

 

What is the status of the serial number?

Re: table of operation status

$
0
0

Hi masoumeh,

 

  • Get OBJNR value from table VIAUF_AFVC by inputtingAUFNR (Order number)
  • Get STAT value from table JEST by inputting OBJNR value above.
  • Get TXT04 (your desired status) from table TJ02T by inputting above STAT value into field ISTAT.

 

Good luck

KJogeswaraRao

Viewing all 8746 articles
Browse latest View live




Latest Images