【文章內容簡介】
brc的功能是?若返回值為 0 表示系統(tǒng)執(zhí)行數據成功若返回值不為0 表示系統(tǒng)執(zhí)行數據不成功(返回具體數據的含義參加F1幫助文件)*******************************************************************************17,message 的語法使用的例子?說明:其中bc400 是message class而message:040:the name of the airline amp。1 is amp。2.041:Airline amp。1 is not available. (amp。1和amp。2 都是program中的變量)*******************************************************************************18,系統(tǒng)得消息類型有幾種?其中warning的類型,可以不必理會,直接回車,就可繼續(xù)執(zhí)行Error的類型,在執(zhí)行過程中若產生Error類型的,將阻止系統(tǒng)繼續(xù)往下執(zhí)行19,tcode:se14的作用?主要是調整表的作用,具體功能未知20,系統(tǒng)參數sydbt的作用是?Sydbt表示找到的記錄的序號,第一條記錄為1,第二條記錄為2,最后一條記錄的序號也是記錄數21,消息管理的tcode:se91管理請求號tcode:se10創(chuàng)建帳號 tcode:su01創(chuàng)建角色 tcode:pfcg傳輸管理系統(tǒng)tcode:stms跨客戶端的應用層次 tcode:se81尋找跨客戶端組件 tcode:se84創(chuàng)建事務代碼:tcode:se93創(chuàng)建增強工程:tcode:cmod22,modify語句的作用?這個是sap特有的語句,若該數據在數據庫中存在,則update若該數據在數據庫中不存在,則insert23,報表分為哪四類?*1,tools query*2,simple lists 簡單報表*3,interactivelists 交互式報表*4,alv grid Control alv24,query 的特征*1,user basic reports*2,each user defines own quickviews which only they can display*3,uses existing data*4,no administrative(管理的) work*5,可以使用query進行修改*6,interface to internal(EIS,ABC,ALV)and external application*7,fewer functions than infoset query*8,no transports24,如何產生一個簡單的報表?Report zrl003.Data:wa_spfli like spfli.Select carrid connid cityfrom citytointo corresponding fields of wa_spflifrom spfli.Write: / wa_spflicarrid, wa_spfliconnid,Wa_spflicityfrom, wa_spflicityto.Endselect.25,setting the list format(報表的寬度和高度)?基本的語法:Report name linesize s linecount m[(n)].For example:Report zrl003 linesize 50Linecount 12.……Write:…產生出來的效果圖為:26,如何在程序中顯示圖標?For example:Report zrl003.IncludeiconInclude symbol……*state of free seatsIf seatsfree 1.Write icon_red_light as icon.Elseif seatsfre