Checked, seems it is not the reason.
Re: Urgent, BODS not launching!!!!!!!!!!
Re: Set "Use same database logon as when report is run" from SDK
You can use the below snippet as a prototype which shows how you can get the nested properties and set values for the same.
IInfoObject oInfoObject=(IInfoObject)oInfoObjects.get(0);
IProperties props=(IProperties)oInfoObject.properties();
IProperties reportLogonProps=(IProperties)props.getProperties("SI_LOGON_INFO");
if(reportLogonProps != null)
{
IProperty numOfLogon=(IProperty)reportLogonProps.getProperty("SI_NUM_LOGONS");
if(numOfLogon != null)
{
String numOfLogonValue=numOfLogon.getValue().toString();
Integer outputFile=new Integer(numOfLogonValue);
for(int j=1 ; j<=outputFile.intValue() ; j++)
{
IProperties logonProperties= reportLogonProps.getProperties("SI_LOGON"+j);
IProperty logonModeProperty=logonProperties.getProperty("SI_LOGON_MODE");
logonModeProperty.setValue("1");
}
}
}
infostore.commit(oInfoObjects);
Thnaks,
Prithvi
Re: SAP Netweaver 7.31 SP16 - dynamic configuration - Header Properties with variables defined and filled in a routing
Hi Angelika,
Can you please let me know why you are validating whether key exists for DynamicConfiguration or not in IF condition?
AFAIK, when we go for dynamicconfiguration mechanism, normally we don't put conditions for validation unless and until if it requires.
Can you just use the below code and check the outcome.
DynamicConfiguration dc = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
DynamicConfigurationKey dck = DynamicConfigurationKey.create("http:/"+"/sap.com/xi/XI/System/File",dynConfKey);
dc.put(dck,dynConfValue);
return dynConfValue;
Please let me know if this doesn't cover your requirement.
Regards
Vishnu
Re: Layout of PO and PR's
Re: Problem while using attachDelete event for sap.m.table
well, post the code for "preparation "
Re: How to get different pricing in the same order
Hi Pradeep,
If both PR00 and ZPR1 have condition class = 'B', it is correct PR00 has red light(inactive).
Please see point 5 of note 836233.
Sorry but I am not quite understand your second question about "the relevance of pricing condition PR00 if I am not maintaining the access sequence and condition record for it".
Best Regards,
Tao
Writing to Excel sheet
Hi All,
I have a requirement to write the values to excel sheet.
as of now we are capturing the error data and sending notification to the distribution list.
Is it possible to extract the error data for a given date range to excel....
we are thinking to write a vbscript to read the mails in outlook and export to excel.
Can't we do directly from redwood the same thing.. instead of reading mails.
Many many thanks in advance.
Re: SAP Netweaver 7.31 SP16 - dynamic configuration - Header Properties with variables defined and filled in a routing
Hi Souvik,
to change the adapter type isn't possible. I must use the adapter type file!
If I need the dynamical message variables in a 1:1-message mapping (not in a routing-mapping!!!) then the result is right.
Perhaps is it a bug in SAP-PI?
Regards,
Angelika
Check or Cheque printing
Hi experts;
May kindly someone guide in simple clear steps the Configuration and Master data required to be able to print checks for vendors after outgoing payments supported by t-coeds.
Thanks in advance;
Kind regards;
Ahmad Mahmud;
Re: Entgeltnachweis nur bei Änderung ausgeben
Hallo Herr Demmeler,
es gibt hierzu keine direkte Lösung im "Standard".
Für Belgien hat die SAP dazu einen Hinweis veröffentlicht und auch umfangreich beschrieben, wie es geht. Wir haben das bereits im Jahre 2010 für unsere Kunden, welche die neue Technologie einsetzen, entsprechend realisiert.
Ich habe mal den belgischen Hinweis als Link eingefügt. Wenn Sie den Hinweis geöffnet haben, hängt im Hinweis ganz unten ein pdf mit der ausführlichen Beschreibung für eine Realisierung drin. Das müssen Sie entsprechend auf Ihr System adaptieren.
Hoffe, das hilft Ihnen.
Beste Grüße
Jörg Edinger
Re: REST Adapter: json array to xml in receiver adapter
Hi,
Just insert "GET Variable" in Character Set Name
Regards,
Souvik
PM order settlement, intercompany posting accounting documents not generating
Hello Gurus,
While settling PM order in KO88 there is suppose to genterate cross company code accounting transactions. We tried for one set of company codes which are working fine and accounting document are posting successfully, but when we are trying for another set of company codes the accounting documents are not getting genterating. We checked all the configuration in OBYA, everything is fine but could not figure out the issue.
Thanks & Regards
Kiran
Re: Problem initializing router
you should add pages for that split app right?
see my split app,
createContent: function (oController) {
// to avoid scroll bars on desktop the root view must be set to block display
this.setDisplayBlock(true);
// create app
this.app = new sap.m.SplitApp();
// load the master page
var master = sap.ui.xmlview("Master", "NAMESPACE.Master");
master.getController().nav = this.getController();
this.app.addPage(master, true);
// load the empty page
var empty = sap.ui.xmlview("Empty", "NAMESPACE.Empty");
this.app.addPage(empty, false);
return this.app;
}
Re: Webgui transaction intergrated in portal hangs after action
Hey everyone,
overnight we have patched our kernel like Glenn suggested ( Kernel Release 7.42 to patch 101) and now the problem is solved!
I think this is the easiest solution to the problem
Thanks and good luck
Pia
Re: Deployment Optimizer to consider Priorities and Quantity Limits for DC locations
Hi
You can go for custom development also if you feel that's going to fulfill your requirement and of course if user friendly. Adding KF to PA should not impact performance (assuming you are not reading all KFs in one planning book itself making drill-down/up time consuming and not user friendly).
The way you have described in your previous post is basically taken care by CTM for planning. As suggested in my previous post you need to figure out generic way of defining these parameters then making it more complex.
I would suggest you to first check with ABAPer the feasibility and develop a pilot solution on the basis of less complex environment, thereafter you can check in detail how this could be made user friendly.
Regards
Rahul
Re: Condition is not picking in services
Re: wcm icon not apperaring in order Plant Maintenance Order
Hi Terence,
Below object are not actviated
I case if it will activated shall that WCM Icon will appear in Maintenance Order...
LOG_EAM_WCM_1
LOG_EAM_WCM_2
LOG_EAM_WCM_3
Regards
Devesh ..
Re: Solution Manager Upgrade from 7.0 to 7.1
You will have a lot of problems to use MOpz if your Solution Manager is that old.
The best way is described in SAP Note 1577909. The point 1 describes how to upgrade from Solution Manager 7.0 to Solution Manager 7.1 withouth MOpz.
Best regards,
Miguel Ariño
Re: SAP System copy error 1314
Hi
Thanks a lot for reply
I have given for rights to usr .
I am user sidadm user.
Still I am getting same error.
problem in file uploader
Hi All,
I am using sap.ui.unified.FileUploader control of SAP UI5 in XML View.
But when i am calling oFileUploader.upload(); method it throws error.
Code :
<u:FileUploader id="fileUploader" name="myFileUpload" fileType="xlsx,xls" maximumFileSize="1000"
uploadUrl="//CSC-XDM02-V/UploadFile/upload"
width="400px" height="" typeMissmatch="handleTypeMissmatch" uploadComplete="handleUploadComplete">
</u:FileUploader>
error : Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
it takes around 5 sec and after that gets timed out.
Kindly advise ....
Thanks
Vivek