摘要:
``` DATA LV_MONTH TYPE FCKTX. CLEAR:LV_MONTH,lv_date. SELECT SINGLE KTX INTO LV_MONTH FROM T247 WHERE SPRAS EQ SY LANGU AND MNR EQ gs_header print_dat 阅读全文
摘要:
e.g:OB58 1. F1 Technical Information 2. Find Table Name V_T011 3.SM30 V_T011 Customizing 4. Continue w/o Specifying Project 5.Get the path in the IMG 阅读全文
摘要:
Include text Populate indicator in program set indicatorin Conditions as "GS_HEADER HEADER_NOTE ''",display the long text only when the it is not null 阅读全文
摘要:
1. Go to table E071 and give smarforms name and it will give the transport req for that. 2. Run SE03, choose "Search For Object in the request/transpo 阅读全文
摘要:
``` data:seltab type table of rsparams, seltab_wa like line of seltab. define add_seltab. if &1 is not initial. seltab_wa-selname = &2. seltab_wa-low = &1. seltab_wa-... 阅读全文
摘要:
Note:385830 Instead of writing code in MB_DOCUMENT_BEFORE_UPDATE,write a check in user exit MBCF0002.This exit is having all the required parameters a 阅读全文