Friday, December 3, 2010

Basic Keys Points in BaaN

Few basic keyword required in development of Baan ERP. 

 To comment : Cntrl + Q 
 To Copy Same Line : Cntrl + D 
 Debugger : b break point on line number 
                    c Continue 
                    s Single Step 
                    S Execute Function 
                    g Go to Line number 
                    Date_Field/l : To see date in Date format instead of long 
                    To find pattern in script : [/(text)] 

1) SQL Query 1) Create Query in session ttadv3580m000. 2)
2) Select record from above session and go to specific and select Query By Easy SQL (Cntrl + F2) 
3)   Add table, from which data need to be fetched. Then select table and go to specific and select Add Table Fields. Select all required fields for report. 
4) Double click any click where you can set properties such as Print, Sequence and also set condition. 
5) Save records in session. Then go to first session and select Generate Report command
6) This will Create/Compile respective report. 
7) Run Query. This will show report with selected fields and with selected condition.

No comments:

Post a Comment