poststart

Insert menu entries inside SAP B1 Menu

 

if you want to add further menus to the SBO-environment

 

function poststart

end function

 

because entries to "start" are not considered.

 

 

Example (part of standard solution)

Add menu entries in SAP HELP AREA

function poststart
beasgui=addmenu=parent=help<tab>menu_id=beash1002<tab>caption=Über Beas...<tab>command=beasgui=info<tab>bitmap=mbeaslogo.bmp
beasgui=addmenu=parent=290<tab>menu_id=beash0006<tab>caption=Beas Dokumentation<tab>command=system=helponline=topic=main.html<tab>bitmap=mbeaslogo.bmp
beasgui=addmenu=parent=290<tab>menu_id=beash0006<tab>caption=Beas Script Dokumentation<tab>command=system=helponline=topic=script/main.html<tab>bitmap=mbeaslogo.bmp
beasgui=addmenu=parent=290<tab>menu_id=beash1009<tab>caption=Beas Activity Log<tab>command=tools=link2url=http://www.beascloud.com/beasweb/tfsActivityLog.php<tab>bitmap=mbeaslogo.bmp
beasgui=addmenu=parent=290<tab>menu_id=beash0008<tab>caption=Boyum-IT Homepage<tab>command=tools=link2url=www.boyum-it.com<tab>bitmap=mbeaslogo.bmp
end function