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

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: 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?

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

Re: table of operation status

0
0

hello

 

table VIAUF_AFVC is not contaion all orders...


why?

Re: table of operation status

0
0

it's just contaion PM ordersss


Re: how to update table or model on button click

0
0

Hi,

 

you have to use a sap.ui.model.Filter (here is an example: SAPUI5 SDK - Demo Kit).

 

You can apply the filter to the binding of your table with the same steps as displayed in the example.

 

Best Regards,

Florian

Re: table of operation status

0
0

Check out VIAFVC_ST and VIAFVC_ST_SML

No Entry in Table T554C for 10 20

0
0

Hi All,

 

I am getting this error while running payroll simulation for an employee.

 

No Entry in table T554C for 10 02 on 03.02.2015

 

But I maintained all required entries for Absence valuation.

 

Attached are the screen shots.

Error.PNGAssign.PNGRule 1.PNGRule 2.PNGPCR.PNG

Please let me know if where I am missing entries??

 

Regards,

Sreekanth.K

Re: Sales order EK02 issue

0
0

If EK02 value is zero in sale order, it could be due to couple of reasons and not sure, whether you searched SCN where this has been discussed many times.  Also, while posting any query, give as much information as possible for easy understanding of your issue.  Last but not least, is the scenario MTO or MTS ?  Only in MTO, EK02 will come into picture

 

 

G. Lakshmipathi

Help to find out functionality : Empower employees to take ownership of career plans

Re: Migration DB and Application server to HANA server with different OS

0
0

Hi Daulet,

 

The easy way should be the option 3.

 

Firstly, DMO will bring your NW to 7.5 and switch your DB to HANA.

 

Secondly, using method coping the primary application server instance only mentioned in system copy guide to install the new PAS in SLES.

 

Regards,

Ning Tong

Re: SOLMAM_SETUP error HTTP Code 407 : Proxy Authentication Required")

0
0

Thanks Gaurav ,

 

Neither we are using HTTPS nor we are using any proxy to in the server we have installed the Solution manager. Could you please tell where we can check this if any if this note is applicable.

 

Regards ,

Abhinav


Where to find SAP license for SAP implementer?

0
0

Hi folks, I was reading the SAP user license and terms and conditions. But I cant find any license for implementer. Where to find the license agreements for implementer?

 

Thanks in advance.

Re: Get C001 table values based on SO or delivery data

0
0

Hi Lakshmipathi.

 

Thanks for your reply.

 

My business requirement is that while creating an invoice(VF01), we have to pass the GL account  to sabrix system. Now we are using the user exit EXIT_SAPLFYTX_USER_001. in that exit doesn't have the scope for HKONT.  we'll plan to take hkont value from c001 table based on SO or delivery data.

 

Thanks with Regards,

Vallamuthu M.

Re: checkbox Enabling/disabling in alv report if i have dynamic internal table

0
0

hi pramod,

i have already set the alv field property in filedcatalogue as

la_fcat-checkbox = 'X' and ls_fcat-Edit = 'X'. it will make all the checkbox enabled.

but, now based on some condition i want some checkboxes to be in enabled mode.

 

for exapmle :  i have five fields, here s= successful, E= error.

1(aa)         2(yy)     3(Xx)       4(status)            5(checkbox)

                                                   S                     x (disabled)

                                                   E                        (enabled)

                                                   E                        (enabled)

since i am using dynamic internal table ,.  i am not able to achieve this condition???

Re: Comm./Imp.code no in MMR

0
0

In India, this is not mandatory but from excise point of view, Chapter ID is most important one based on which, different excise percentage would be classified.  Of course, if you export to European countries from India, as you said, that code may be mandatory

 

 

G. Lakshmipathi

Re: IW3M - Order Type into ALV

0
0

Hello Ashok,

 

This should be possible with a Business-addin BADI_EAM_SINGLELEVEL_LIST (EHP3 onwards). If it is going difficult then, I recommend to develop a report similar to IW3M with your required fields which is not  difficult . We developed the same to accommodate our similar custom requirements. When you go for a custom report, you have flexibility, you can extend it to the way you like, which might not be possible otherwise. In case of custom report the main tables to be used are: AUFM, AFIH, VIAUFKS, MARA, MAKT, CRHD etc.

 

Good luck

KJogeswaraRao

Viewing all 8851 articles
Browse latest View live


Latest Images