Beautifier: Params of cursor declaration

MrBean

Member
Hi,

in a cursor declaration, I want to have a seperate line for every parameter. In the beautifier options, I don't find an option for this. For example the declaration

CURSOR c_kt_ereig_bpid(i_kdnr CHAR, i_bp_id NUMBER, i_dt_von CHAR, i_dt_bis CHAR) IS ...

is all in one line. We are working with version 7.1.5.1398.
 
You will need to upgrade to 8.0 for this. It formats cursor parameters as defined in the "Parameter Declaration" section of the beautifier rules.
 
Back
Top