Which version of NWBC are you using? Side panels aren't supported in the HTML version.
Re: How to define Side Panels for linked to Child Window Applications
Re: disable delete button in PO Modify transaction
Hi AKPT
Thanks you so much for your help. Your solution is working. I can able to assign group variant to specific users.
Re: APO DP disaggregation
Hi,
You can perform any of the dis-aggregation type (time or characteristic), but have to define the settings accordingly.
Re: ecc6.0 installation
Hi Pradnya,
Before performing an upgrade ensure that you have a solution manager system installed and configured in your landscape. Single solution manager system is sufficient.
Ideal approach for an upgrade is as follows
1) Create a sandbox system from a copy of PRoduction. Perform upgrade and test the environment.
Create TRs for the adjustments done
2) Perform upgrade on development. This development can be a new environment or existing one depending upon how much time is planned as a development freeze. If gap between development and PRoduction upgrade is more than a month then suggestion here would be to create a parallel development environment and perform upgrade. You need to create dual maintenance strategy here.
3) Either you may perform QAS upgrade or create a new QAS from Production once Production upgrade is completed.
4) Perform Production upgrade.
Hope this helps.
Regards,
Deepak Kori
Re: error in while working on SAP integration gateway from SOAP to ODATA
i have selected SOAP for binding. do i need to select ODC for same.?
Regards,
Saurabh
Re: ecc6.0 installation
Installing a new system is not a problem but all new systems will be installed as a Unicode system.
If you want a training system which is similar to the existing landscape then do a system copy.
Regarding the Solution Manager, Yes you can have one Solution Manager for all the systems.
Regards
RB
steps require to optimize SAP Webi 3.1 reports
Dear Reader,
One of my current SAP webi report take more than 2 minutes for ececution. We have used on fact table and it has huged data.
If i collect sql from webi report and execuive in query analyser then it is taken max 35 sec, but more than 2 minutes in UI.
Could you please let me know steps / procedure / guidelines to optimize SAP webi 3.1 reports or universe?
Client has given benchmark as 1 minute or less than that?
thanks in advance.
Re: BAPI KB11N problem while uploading
Hello,
this bapi isn't working for different positions in the order (or didn't I see it)
is there any other which consider also the Position of the receiving order?
Thanks in advance
Stephan
Query : Date Intervale varible used on Bex
Dear All,
I had created on query base on date variable interval on closing stock field but i want to filter only last month from user entered on date field value like
Mar-14 to May-14 then on field closing stock need to take May-14 data.
how to do it ,
please tell me ASAP....
Thank you,
Haresh Pipariya
Re: Design Studio 1.3: include image, change textbox background colour, Data labels allingment
Hi Morton,
you were right. I saw it too, after a second glance.
Re: Delete data in global directory
Hi vikram,
you can delete the job logs and spool logs by scheduling the standard jobs on Daily Basis
1. RSBTCDEL2
2. RSPOO1041
Thanks
Gopi
Re: Back flush not happening
Dear Suresh Kumar,
Please post the description of your error.
Regards,
Saurabh Kumar
Re: set the value in UI5 DropDownBox
Hi Partheeban,
I tried your scenario and have a working example as shown below. In this example, there is a layout into which I have added a table and then a dropdownbox. Based on the row selected in the table, the value in the dropdownbox changes.
<!DOCTYPE html>
<html><head>
<!--- header code -->
<script>
var olayout = new sap.ui.commons.layout.MatrixLayout({
id: "MATRIX", // sap.ui.core.ID,
width : "20%"
});
// create the DataTable control
var oTable = new sap.ui.table.Table({editable:true});
// define the Table columns
var oControl = new sap.ui.commons.TextView({text:"{Shift}"}); // short binding notation
oTable.addColumn(new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "Shift"}), template: oControl, sortProperty: "Shift", filterProperty: "Shift", width: "20px"}));
// create some local data
var aData = [
{Shift: "A"},
{Shift: "B"},
{Shift: "C"}
];
// create a JSONModel, fill in the data and bind the Table to this model
var oModelTable = new sap.ui.model.json.JSONModel();
oModelTable.setData({modelData: aData});
oTable.setModel(oModelTable);
oTable.bindRows("/modelData");
olayout.createRow(oTable);
var oModel = new sap.ui.model.json.JSONModel();
oModel.setData({
Shift:[
{Shift:"A"},
{Shift:"B"},
{Shift:"C"}],
editable: true,
tooltip: "Shift"});
sap.ui.getCore().setModel(oModel);
//Drop down box definition
var oDropdownBox3 = new sap.ui.commons.DropdownBox("DropdownBox3");
oDropdownBox3.bindProperty("tooltip", "/tooltip");
oDropdownBox3.bindProperty("editable", "/editable");
oDropdownBox3.setWidth("50px");
oDropdownBox3.setModel(oModel);
var oItemTemplate1 = new sap.ui.core.ListItem();
oItemTemplate1.bindProperty("text", "Shift");
oItemTemplate1.bindProperty("enabled", "enabled");
oDropdownBox3.bindItems("/Shift", oItemTemplate1);
olayout.createRow(oDropdownBox3);
oTable.attachRowSelectionChange(function(oEvent){
var i = oTable.getSelectedIndex() ;
var selectedRow = oTable.getContextByIndex(i);
//alert(selectedRow);
var shift =oModelTable.getProperty("Shift",selectedRow);
alert(shift);
oDropdownBox3.setValue(shift);
});
olayout.placeAt('content');
</script>
</head>
<body class='sapUiBody'>
<div id='content'></div>
</body>
</html>
You can compare your code with the above example and do let me know if you have further questions.
Best Regards,
Ria
Re: WCEM 3.0 - application-j2ee-engine.xml issue (Attribute 'prepend' is not allowed to appear in element 'reference')
Hi Rami,
this is an know issue in the NWDS. You can simply ignore it.
Regards Wolfgang
Re: SLL_PI Plugin for GTS
Hi Greg,
I`d say that this is maybe something you can ask directly SAP. What you also can do to help determine if this is viable :
- Check if the APIs on the receiving systems (GTS 8 and 10.1) for each of the Master data objects you want to still transfer are identical. They are basically RFC enabled ABAP function modules so a developer can compare them if the export/import/etc paramaters use the same fields, same data elements etc.
- If APIs are not the same you might develop a 'wrapper' custom API to reuse the older FM called from a new version, this can be a technical challenge and not necessarily future-proof if SAP changes apis in 10.1 in future support pack..
- Do a thorough regression test in test/sandbox system
- I think that even if everything will work, you need to address with SAP the implications for support/guarantee of the new ECC / old GTS integration model.
- Prepare for future support tickets
Cheers,
Branio
Branislav Petricek
Re: MS Analysis 1.4.7 - Workbook Does Not Open from BI
Already attached the log files on my post.
No issue with Add-in. That is running fine while trying to open.
Re: Ok_CODE problem
Please try to post in the right forum to get the right inputs. Posted in a functional forum and expecting technical inputs is not possible. Hence, moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development
G. Lakshmipathi
BAPIRET2 empty message and type
Hi Experts,
I'm very new to ABAP (and I like it ).
Below my first steps in ABAP:
DATA : answer TYPE BAPIRET2. DATA : mmarket TYPE BAPI2042_MAINTAIN_MM. mmarket-transaction_type = '100'. mmarket-partner = '10000'. mmarket-start_term = '04082014'. mmarket-end_term = '04082014'. mmarket-amount = 1000000. mmarket-currency = 'EUR'. mmarket-interest_rate = '1.37'. CALL FUNCTION 'BAPI_FTR_CREATEFROMDATA' EXPORTING MONEYMARKET = mmarket * FOREIGNEXCHANGE = COMPANYCODE = 'DE01' PRODUCTTYPE = '510' IMPORTING RETURN = answer * TRANSACTION = * COMPANYCODE = EXCEPTIONS ERROR = 1 OTHERS = 2. IF SY-SUBRC <> 0. * Implement suitable error handling here WRITE : / 'Fehler im System'. ENDIF. WRITE : / answer-message. WRITE : / answer-type. WRITE : / answer-id. WRITE : / answer-number. WRITE : / answer-log_no. WRITE : / answer-log_msg_no. WRITE : / answer-parameter. WRITE : / answer-row. WRITE : / answer-field.
I want to call the BAPI and fill in the form.
answer-message and answer-type is empty. It seems that there is no error but shouldn't I get a success message like "S" in Type?
It is possible that the valuation area can not be filled with this BAPI?
Thanks for your help.
Xaavian
Re: BPM table issue Housekeeping
BPEM_MAIL_BL_AT - I was not able to find any solid info on this table. However, it seems that this is a attachment table for emails related to business logs.
Hope, both information were helpful.
Divyanshu
Re: Scrambling Rule
Hello Mario,
Currently all the rules are based on PERNR. Thus for different employee IDs, different names are generated.
You would probably like to raise a incident with SAP to check how can this can be done.
Regards,
Rishav Surana