Hi all is there a way to see code(ABLS and BO definitions) for the provided by SAP business objects ?
Something similar to se80 in ERP?
Cheers Ognian
Hi all is there a way to see code(ABLS and BO definitions) for the provided by SAP business objects ?
Something similar to se80 in ERP?
Cheers Ognian
Hello Experts.....
I have created a Bussiness object with Alternative Key, I want assign a NumberRange Object to My ID(Alternative Key) field in On-save Event, But when i going to assign NR Object Value its Showing Error as " Identifier ' ID ' is read-only and cannot be changed." . And also All Elements in BO and In the Nodes are also Locked or Read Only. Please help me How to resolve it.
Thanks and Regards
--------------------------------
Ravikumar H.R
Hi Exports,
I try to download cloud application studio in Market Place, but nothing has been found. Always I got 'No search results have been found'.
Could anybody tell me where to download that application? Many thanks.
Hello,
We have created a PDI script for account xbo that makes checks before save.
The checks performed by the script take a few seconds on each save.
This processing time is not a problem for the users but when we mass update the customers with migration workbench, it takes a very long time Furthermore the checks are not necessary for mass update.
We would like to be able to bypass/deactivate some of our scripts when we are doing those mass updates.
Is it possible to create/enhance a customizing activity in business configuration?
Someting like : "Activate on save checks ?" with a checkbox that we would be able to add as a condition in the script.
Thanks for any help and tips you can provide!
Best regards,
Benjamin
Hello,
We have an XBO for Opportunity. It was created in 2014. SAP has enabled other nodes in Opportunity for extension later to that, for eg SalesForecast.
How do we include this extension to our XBO so that we can use error messages etc.
When I tried to manually insert, it created two nodes with the same name and created a lot of mess.
Anyone ran into this and fixed it?
thanks
Mahesh Tatini
Hi all
I am creating a custom BO to hold characteristics data from variant configurator in ERP.
I have been created an web service and try to create the object with it : See file.
But unfortunately only first language are created how should I make multi language input in webservice?
The BO has the following structure :
businessobject Characteristic { [Label("Internal characteristic+Internal counter")][AlternativeKey] element atinnAdzhl:ObjectID; //NUMC 14 [Label("Internal characteristic")] element atinn:ID; //NUMC 10 [Label("Internal counter for archiving objeca engin. chg. mgmt")] element adzhl:BusinessTransactionDocumentItemScheduleLineID;//NUMC 4 [Label("Characteristic Name")] element atnam:LANGUAGEINDEPENDENT_MEDIUM_Text; //CHAR 30 node CharacteristicValues [1,n]{ [Label("Int counter")] element ATZHL:BusinessTransactionDocumentItemScheduleLineID; //NUMC 4 [Label("Characteristic Value")] element ATWRT:LANGUAGEINDEPENDENT_MEDIUM_Text; [Label("Characteristic value description")] element ATWTB:MEDIUM_Name; } }
Message was edited by: Ognian Kalaydjiev Sorry that the full message was send on portions but there is some issues while adding code and copy paste is not working correctly.
Hi all,
I can not see any possibility to enhance product and quote pricing . Is this possibility missing at all or there is it depends on some activation in Project implementation.
Cheers Ognian
Hi Experts,
Scenario: I want to create the data from ABSL code with root as well as node level data.
I have created the Custom BO with the below elements:
businessobject CustomAllActivity {
[Label("ID")] [AlternativeKey] element ID : ID;
[Label("Description")] [AlternativeKey] element Desc : LANGUAGEINDEPENDENT_Text;
[Label("Start Date")] element StartDate : Date;
[Label("End Date")] element EndDate : Date;
Node allActivity [0,n] {
element ActivityID : BusinessTransactionDocumentID; // Activity ID from Standard BO
element ActivityName : EXTENDED_Name; // Activity Name / Desccription from Standard BO
element ActivityType : LANGUAGEINDEPENDENT_Text; // Activity Type(PhoneCall, Task, Email etc...) from Standard BO
[DependentObject(TextCollection)] [MultipleTexts] node MyNote; // Activity Notes from Standard BO
}
}
I want to get all the Activity ( Phone Call , Task , Appointment , Email ) and Store into the Custom BO node entry based on the Date..
I have created the Object-based screen for this business object.
I want when user click on New from OWL under the QA screen user can able to enter the "Description , StartData and EndDate" and save the entry based on start date and end date i need to fire a query on date of creation in activity and based on that store data under the custom entry in node allActivity
Please refer the above screen for more details.
at last i want the code to save the root level as well as node level data in same time on custom action or standard event(AfterModify , OnSave etc....)
Kindly help me to solve this issue.
Many Thanks,
Mithun
Dear experts
I would like to ask about making an extension field available for approval configuration.
In my case I need to add ZMargin field to the CustomerQuote standard business object.
But I can not see an appropriate scenario for my requirement in process extension scenario.
Is this requirement possible ?
I need to make it appear in here
Best Regards,
Krit R.
Hi Experts,
I have checked we can create Multi Customer Solution (MCS) into Partner Development System. I have some query regarding the solution as well as system. Please help me to clarify or understand.
1) How many Multi Customer Solution (MCS) we can create in Partner Development System ?
2) In Partner Development System Can we create Customer Specific Solution and Solution Template ?
3) If I have created Multi Customer Solution(MCS) into partner development system so can we create Customer Specific solution or Solution template into same system and How many , Is there any restriction to create any type of solution ?
4) Is there any limitations In Multi Customer Solution or its same as customer specific solution?
5) What is difference between Multi Customer Solution and Solution template ?
Please help me to understand my query because I didn't find any document regarding Multi Customer Solution (MCS).
Regards,
Mithun
Hello,
for a Customer Project we would like to create a BusinessPartner with Role Person. Each Person has to be Contact Person for an Account. When creating a Business Partner (Person) with a Before-Save-Script: How can I assign the Account to the Person?
I tried (which is not working):
var newBP : elementsof BusinessPartner;
newBP.CategoryCode = "1";
var newBusinessPartner= BusinessPartner.Create(newBP);
newBusinessPartner.CurrentCommon.Person.Name.GivenName = "ExampleGivenName";
newBusinessPartner.CurrentCommon.Person.Name.FamilyName = "ExampleFamiliyName";
newBusinessPartner.Activate();
var account : elementsof BusinessPartner.Relationship;
account.RelationshipBusinessPartnerInternalID = "1000495";
account.RoleCode.content = "BUR001-2";
var newRelationship = newBusinessPartner.Relationship.Create(account);
Thank you very much in advance & best regards,
Henning
Hi Expert,
I have one query about how to add a button to the standard screen(service request). In more detail I have to add a button to the advancelistpane of the standard screen(service request) but there is no option to add OBN button or custom action through extensibilty explorer by extending the object. So is there any other way to add a button to the advancelistpane of the standard screen.
Thanks,
Abhishek
Hi Experts,
I need to create a mass data run for a standard business object "Contract" which run on daily basis. It should check the end date of each contract and if the end date is one month before the system date than it should send a email to the contract owner. I am not sure how to approach to this problem should I extend the Contract business object or what. I am new to studio so please ignore if any technical error in my question.
I can't seem to find any answers either way as to if Sales Kits are supported in the 3PL integration SOAP interfaces. Has anyone processed 3PL Deliveries with Sales Kits?
Hello,
I am faced with a problem trying to create a certain report.
I have created a custom field (Project Assistent) in the business object extension ProjectManagement.
Furthermore this extension field has a value help.
An employee, which is chosen as „Project Assistent“, should only get displayed the projects, in which he is the Project Assistent.
I know, this is an option that's included as a "Relative Selection", but for this extension field the option isn’t selectable. For other fields, like „Employee Responsible“ it's selectable.
Is it possible to create a report, which show results according to the Id of the user who opens it?
Many thanks in advance and kind regards
Michel
Hi All,
I have a requirement to check a given date is a weekend or not and depending on this decision some processing has to be done .
The SAP help give the below documentation:-
Date.GetWeekday();
Description: | Returns the day of the week of a date. |
Example |
Result: Integer value 1 to 7 |
My question is : how does this function considers the starting of the week? is it Sunday=1 or Monday=1?
Depending on the above start of the week , the result will vary for the weekdays.
Thanks
Praveen
Hi experts,
After creating my BO - I can see my BO in the OWL-list and by clicking I see the QA-view.
Is there a possibility to have different QA views (layout is different) from one OWL-list ? Or do I have to create some scripting in the QA view (so create a master QA-view and with hide) - to make the QA-view dynamic.
If there are any suggestions I would like to hear from you.
Regards,
Jeroen
Hello Experts, I have a query regarding dynamic display images on Adobe form designed using Adobe Livecycle Designer. Is it possible to display images dynamically by streaming the image object details (URL) to Adobe form? On checking in public forums (non-sap), I read that images can be sent to forms in Binary Format only and it does not accept URLs. To send an image object in Binary Format it would need to be in BASE64 encoded format and transmitted to Adobe XML stream in a string format field. I could not find an API in PDI which would help me do this. Has anyone tried doing this from PDI or purely on Adobe Livecycle Designer (ALD), if so any pointers would be of great help. Thanks in advance. Dedeepya