- 浏览: 404535 次
- 性别:
- 来自: 上海
最新评论
-
yiming163:
thank you!
eCATT, LSMW in detail -
泡泡蓝:
把WITH INCLUDES.改成 WITH ANALYSI ...
User Exits,Customer Exits,BAdI and BTE -
泡泡蓝:
王弈争 写道泡泡蓝 写道SCAN ABAP-SOURCE SO ...
User Exits,Customer Exits,BAdI and BTE -
王弈争:
泡泡蓝 写道SCAN ABAP-SOURCE SOURCETA ...
User Exits,Customer Exits,BAdI and BTE -
jgtang82:
泡泡,我没遇到你所说的问题呀
User Exits,Customer Exits,BAdI and BTE
文章列表
Brief Example
http://www.saptechnical.com/Tutorials/ABAP/SNRO/SNRO.htm
Example With More Detail
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=50004015
CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' "-> refer to the table NRIV ...
Rough Order of Magnitude Estimate ("ROM")
Order of Magnitude - 数量级Estimated cost based on approximate cost models or expert analysis. It is usually based on top level requirements or specifications, and an overall prediction of work to be done to satisfy the requirements. The ROM is usuall ...
Source: http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/
Problem Description
It will help to call SAP Tcode from the Webbrowser using webdynpro for ABAP.
Solution Description
SAP Internet Transaction Server (ITS) – The ITS is the interface between the Internet and R/3 and is the ...
SAP help on this point:
http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
To read the URL parameters, we need below codes in the HANDLEDEFAULT method of a window.of the default window controller
DATA : it_parameter TYPE tihttpnvp, wa_param ...
Below the list of SAP R/3 Security Table that could be used for your referrences
USR02
Logon data
USR04
User master authorization (one row per user)
UST04
User profiles (multiple rows per user)
USR10
Authorisation profiles (i.e. &_SAP_ALL)
UST10C
Composit profiles (i.e. prof ...
Below codes is a simply and rough example could be used as a reference if you have a long time or never touch ABAP OO but would like to use it right now in you project.
REPORT YT_OO_T01.*InterfaceINTERFACE lif_test. DATA: v_info TYPE c LENGTH 10. METHODS: display_info.ENDINTERFACE.*Define Cl ...
Performance for Web dynpro is very important, because it cover more than normal ABAP program, it's also related to Wgate, the HTTP request/response cycle, so the whole design is critical.
First we still have to follow the performance rule for normal ABAP program when we receive the data from databas ...
1. Example of how to use ALV in WD application:
http://www.sapdev.co.uk/sap-webapps/sap-webdynpro/wdp-alv.htm
2. Classes hierarchy of WD ALV configuration model
3. Attachment is a valuable WD ALV reference document.
WD App Components
Context
IF_WD_CONTEXT_NODE
get_child_node
get_element (lead selection)
bind_structure
bind_table
set_lead_selection
IF_WD_CONTEXT_ELEMENT
get_attribute
get_static_attributes
set_attribute
set_static_attributes
bind_structure
more -> http:/ ...
[Issue]
Hi I am creating a multiple line sales order from Idoc and using the FM IDOC_INPUT_ORDERS. The idoc is processed with status 51 with error message RV45A-VBAP_SELKZ (2) is not input field. It only happens for Idocs that are processed 1st time (re-processing is succesfull) and only in the back ...
BCALV_GRID_DND_TREE ALV Grid: Drag and Drop with ALV TreeBCALV_GRID_DND_TREE_SIMPLE ALV GRID: Drag and drop with ALV tree (simple)BCALV_TEST_COLUMN_TREE Program BCALV_TEST_COLUMN_TREEBCALV_TEST_SIMPLE_TREE Program BCALV_TEST_SIMPLE_TREEBCALV_TREE_01 ALV Tree Control: Build Up the Hierarchy TreeBCALV_ ...
Refer to SAP wiki: http://wiki.sdn.sap.com/wiki/display/Snippets/Creating+a+SAP+shortcut+for+any+transaction+and+sending+it+by+mail
Key Points:
1. Create the shortcut content for the required transaction CALL FUNCTION 'SWN_CREATE_SHORTCUT' EXPORTING i_transaction = transact ...
Note 573128 - Debugging programs in the background
SymptomHow can you debug a program that runs in the background?Other termsBackground, job
Reason and PrerequisitesInformation about troubleshooting
SolutionThere are three options:*1. Select a job in transaction SM37 (2nd screen). In addition, set ...
吕震宇 ICTCLAS(分词)/DP*
http://www.cnblogs.com/zhenyulu/
张逸 (.NET Architecture/DP/dev thinking)
http://www.cnblogs.com/wayfarer/
Check-in Get onboarding card Get membership points Check baggage
Pass through customs take computer out from bag/backpack off trousers belt and shoes take out cellphone, watch, coins and other things made of metal put all of these into a pane
In the plane Fasten seatbelt, ordering food and ...