- 浏览: 174236 次
- 性别:
- 来自: 成都
文章列表
REPORT ztest.
*--------------------------------------------------------------------*
* VARIABLE DEFINITION
*--------------------------------------------------------------------*
DATA: w_kna1 TYPE kna1.
*--------------------------------------------------------------------*
* INTERNAL TA ...
1) Calling a credit check function
FUNCTION SD_ORDER_CREDIT_CHECK
2) Credit release function (related TCODE: VKM1)
FUNCTION SD_ORDER_CREDIT_RELEASE
3) on the credit check call and Updating Unconfirmed Sales Document (V_V1)
SDV03V01
4) user interface can be enhanced
Credit Check
If you want ...
REPORT ztest.
DATA: w_size TYPE i,
w_graphic_xstr TYPE xstring.
*Internal table
DATA: BEGIN OF it_graphic_table OCCURS 0,
line(255) TYPE x,
END OF it_graphic_table.
START-OF-SELECTION.
CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
EXPORTING
...
转自:http://wiki.sdn.sap.com/wiki/display/ABAP/BAPI_TRANSACTION_COMMIT+versus+COMMIT+WORK
Many people continue using (or advising to use) COMMIT WORK after a call to a BAPI function module.
You must always call BAPI_TRANSACTION_COMMIT (not COMMIT WORK) if you have called at least one BAPI function mod ...
VICN01: Real Estate Contract: Contract Data
ZREAL_ TERM:Real Estate Contract Term table.
VZZKOPO: Table condition items
VIBEPP: Flow data - Planned items for real estate management
TZK0A: Condition type texts (Table TZK01)
JEST: Individual Object Status
TJ02T: System status texts
CALL FUNCTION 'STATUS_TEXT_EDIT'
EXPORTING
flg_user_stat = 'X'
objnr = "status object number,
only_active = 'X'
spras = sy-langu
IMPORTING
LINE =
user_line =
EXCE ...
Q:Though close_form sy-subrc is 0, otfdata[] is not returning anything
A:If 'X' was set in the parameter TDGETOTF in the transfer structure OPTIONS when the function module PRINT_TEXT or OPEN_FORM was called, the formatted output is returned in OTF format via the optional table parameter OTFDATA.
Fo ...
FM: NLS_VISUAL_CHARLEN.
if LEN_VISUAL is greater than 1, then the character is multibyte character
转自:http://www.itpub.net/viewthread.php?tid=1382130
查找T-CODE其对应菜单的路径,使用T_Code:search_sap_menu,输入你要查找的T-Code,列表中显示的是所有可以找到此T-Code的路径,注意,每栏可是从下往上看
ALE and IDocs
- 博客分类:
- SAP
http://wiki.sdn.sap.com/wiki/display/ABAP/ALE+and+IDocs#ALEandIDocs-OutboundIDocsviaMessageControl
REPORT zemail.
TABLES: adr6. "E-Mail Addresses (Business Address Services)
TYPE-POOLS: sbdst, soi.
*--------------------------------------------------------------------*
* SELECTION SCREEN
*--------------------------------------------------------------------*
SELECTION-SCREEN BEGIN ...
REPORT ztest.
TYPE-POOLS: slis.
TABLES: anla,
anlb,
anlc,
anlz,
t093d.
*--------------------------------------------------------------------*
* INTERNAL TABLE DECLARATION
*--------------------------------------------------------------------*
DATA: i ...
Sending Mails - ABAP
- 博客分类:
- ABAP
http://wiki.sdn.sap.com/wiki/display/ABAP/Sending+Mails+-+Home+Page
http://www.sapfans.com/forums/viewtopic.php?t=275857
Get ABAP program title
- 博客分类:
- ABAP
Table: TRDIRT (Title texts for programs in TRDIR)
TRDIRTI (Title Texts for Programs in PROGDIR (Inactive))