When we want to add business objects in a task , we have seen that most of the discussions are based on the BOR Object "System" method -"GenericInstantiate" . If we want to add more number of business objects or different types of business objects in...
Purpose :It is helpful to know the UI fields validation errors prior to pressing the "Enter" key or "Save" button .In a situation where there is an error, JavaScript functions are handy in identifying the issues/validations at client side without se...
Usually , there is a need for custom customizing tables to accommodate project specific requirements. Uploading the data into these tables through "Table maintenance" can get difficult for each and every table ( if the records are more or more column...
Some of the solutions provided in discussions related to launching a URL arei) Opening a static URL in a new window with a button click.ii) Clicking a hyperlink on Web UI to open a static URL in a new window.iii) Calling a transaction launcher URL...
Hi All,I am trying to add Material Number (MATNR) to the table FAGLFLEXA(General Ledger: Actual Line Items)For this i have added Material number in the include CI_FAGLFLEX04 of the table FAGLFLEXA.But still material numbers are not appeared in the t...
Thanks Mike.As there is no automatic system validation on the keys, the developer should be extra careful about the keys and also should be aware of the object’s life cycle.Irrespective of the workflow tasks execution, the objects should be available...