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

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: Fixed bin strategy with quality stock

$
0
0

you want to say that you have Q stock and unrestricted stock in the fixed bin together after your LT01 movement?

Re: Rights to Dashboard Creation

$
0
0

Hi Nadezhda ,

 

Only thing I find missing in your screenshots is assignment of COD_ANALYSIS WoC and COD_DASHBOARD View.

 

Please find below screenshots, with these assignments its working for me:

1.JPG

2.JPG

3.JPG

4.JPG

5.JPG

6.JPG

MD12 badi or user exit for delete any planned order with control

$
0
0

Hi everyone,

 

 

I want to put custom control while deleting planned order in MD12  but ı couldnt find any exit for this deleting event?

 

 

Any help will be appreciate.

 

 

thank u

 

best regards.

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 with background job like enjoy transactions (MIGO,ME21N,etc) as they are using container element.

 

 

Regards

Abhishek

Re: Oracle Update stats for all tables once in a month - help required

After MRP run in MD02 not generating schedule lines ,it crates PR

$
0
0


Hi Greetings,

 

After  MRP run in MD02, it is not generating scheduling agreement, it creates Pur.requisition,

 

All parameters are correct, last month it created properly, what could have happened this month ,

 

Could some one advice me what could be the reason for this.

 

Thanks and in Advacne

R.Manikandan

Outstanding amount against total collection received

$
0
0

Dear Experts,

 

 

We are getting the Total collection using the 0FIAR_C03 source by considering document type condition criteria ,& 0DEB_CRE_LC.Among this how to calculate the received collection against current sales, and received collection during the month against the outstanding sales.What is the condition criteria, I need to consider.

 

 

Best Regards,

Venkat P


Re: Tunning up java stack

Re: BPC Dates

$
0
0

You have to create custom logic badi! There is no way to convert signeddata value into periods with script. But badi will be more or less simple!

 

Vadim

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?

Viewing all 8676 articles
Browse latest View live




Latest Images