cancel
Showing results for 
Search instead for 
Did you mean: 

Business Partner Master creation customization in SAP

tincy-01
Explorer
0 Kudos

Hi Team,

I am very new to the SAP technology and looking to establish a workflow within SAP Business Application Studio for the approval process of Business Partner Creation. While I'm aware of the default screen for the Business partner creation form, I aim to customize this screen to align with specific customer requirements. Although I have some understanding of XML for customization, I'm currently facing challenges in initiating the process. Any comprehensive guidance on this matter would be immensely appreciated.

  1. I have created a dev space in SAP BAS.
  2. Created a MTA by using the pre-defined template available.
  3. Created workflow module and configured Approuter
  4. Created a workflow UI module and selected the StartUI template and write down the xml code in view.xml file inside workflow-ui-module.
  5. Then I have done the necessary configuartions in the SAP Build work zone and done the build and deploy process and I can see the My Inbox and other tile in my UI. But it is currently empty now.

I would like to know how can I develop the Business partner creation form from scratch. And how can I view it in the browser to do the testing and see the necessary customizations.

If you any addidtional resources to learn the procedure, please feel free to share with me.

Thanks in advance!

Venugopal
Product and Topic Expert
Product and Topic Expert

Hello, as I understood you are looking for a reference application to implement your scenario. please refer the content you can import in SAP Build Process Automation and download the MTA project part of it. https://api.sap.com/package/businesspartnercreationapprovalprocess/Artifacts

tincy-01
Explorer
0 Kudos

venugopal.chembrakalathil

Could you please explain on how can we customize the Business Partner Creation form? What all SAPUI5 controls we need to use? I am not using the exact screen. Instead of that, just referring the screens and customising in align with the customer requirements.

weihaolu
Member
0 Kudos

Hello, if you are asking how to reacreate the Business Partner Creation form of https://api.sap.com/package/businesspartnercreationapprovalprocess/Artifacts in SAP Workflow Management then we are talking about a native workflow form. The only controls used for fields are

  • TextArea
  • Select
  • RadioButtonGroup
  • CheckBox
  • DatePicker
  • TimePicker
  • DateTimePicker
  • Input

here you have some examples for controls https://sapui5.hana.ondemand.com/#/controls

Accepted Solutions (0)

Answers (0)