cancel
Showing results for 
Search instead for 
Did you mean: 

Flow Design Screen

fenil_doshi
Participant
0 Kudos

Hello SUP Developers,

When I designed the flow design for my sample Sales Order project then what I did was I pulled the MBO which I got from the BAPI  directly into the flow design screen and the Flow and Screen  design both were created in the flow design screen and the desired operation as in sales order was created but my point is there were lot of screen which were generated but I want to customize it to do the operation one single or may be max of 3 screens by customization.

unfortunately I cannot upload the screen shots right now but will do ASAP.

So I wanted advice from you all that it can be done by coding in javascript in custom.js file ??

Am I right ?

Regards,

Fenil Doshi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Kudos

In general when you drag and drop an MBO onto a screen it will create a screen for each of its operations (ie create, update, delete) and one screen for the findall operation and a details screen.

You can of course, remove the screens you do not wish to use, modify them etc.

You could also create the screens yourself by dragging and dropping screens and then controls and menu items from the tool-palette onto the screen in the screen design tab.

There are a series of samples may be helpful to scan through.

They are available at the SUP Apps site https://cw.sdn.sap.com/cw/groups/sup-apps

Expense Tracking Sample https://cw.sdn.sap.com/cw/docs/DOC-148193 or http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01212.0213/doc/html/title... Mobile Workflow Package development are good ones to start with.