- 浏览: 174337 次
- 性别:
- 来自: 成都
文章分类
If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use.
Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.
1. Find out the package of the transaction.
Start Va01 go to system --> status.
Double click on transaction
Package is VA
Open this package in SE80
Open business engineering-->Business object types
Find the BO which sounds the most appropriate
I would suggest BUS2032 Sales Order
Double click.
Open methods.
Find the released method with from data or something similar in the name
, Createfromdat2
Position the cursor in it and click the program button
Scroll down to find the bapi used in this method
With this way you can also find out programs and FM's
2. Start va01 go to system-->status
Double click transaction VA01
Double click on package
Read the application component. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution-->Sales-->sales order
createfromdat2
Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.
1. Find out the package of the transaction.
Start Va01 go to system --> status.
Double click on transaction
Package is VA
Open this package in SE80
Open business engineering-->Business object types
Find the BO which sounds the most appropriate
I would suggest BUS2032 Sales Order
Double click.
Open methods.
Find the released method with from data or something similar in the name
, Createfromdat2
Position the cursor in it and click the program button
Scroll down to find the bapi used in this method
With this way you can also find out programs and FM's
2. Start va01 go to system-->status
Double click transaction VA01
Double click on package
Read the application component. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution-->Sales-->sales order
createfromdat2
发表评论
-
DISABLE button(FCODE) from the GUI-Status
2014-08-04 15:54 6321. Goto-> Attributes->Pus ... -
Handy SAP function module to automate user events
2013-11-28 09:49 751*Begin-Auto triggers ENTER comm ... -
set Billing block to blank for Sals Order
2013-04-17 15:16 819FM: SD_WF_ORDER_DEL_BILLING_BLO ... -
set Billing block to blank for Sals Order
2013-04-17 15:16 744FM: SD_WF_ORDER_DEL_BILLING_BLO ... -
Unpermitted combination of business object BUS2032 and sales doc. category H
2013-01-25 14:20 4135Q: create New Sales Order using ... -
Function Module: get all users who have specific role
2013-01-25 14:16 679CALL FUNCTION 'RSRA_USERS_O ... -
Create a SELECT-OPTIONS in a module pool screen
2012-03-07 15:35 1027source:http://abap-explorer.blo ... -
Converting OTF data from script to Spool Request
2012-03-06 17:25 0source:http://forums.sdn.sap.co ... -
Calculate the days, months and years between 2 dates.
2012-02-21 16:14 835FORM compute_2date_diff. DAT ... -
Retrieving Domain fixed values
2012-02-16 11:13 811source:http://www.saptechnical. ... -
If 1 equals 2, what’s the purpose?
2012-02-16 10:59 837source:http://sapport.blogspot. ... -
get status name for batch input session
2012-01-31 14:47 922Line 601 in program SAPMSBDC_CC ... -
create zip folder with cl_abap_zip
2011-12-05 18:11 1210REPORT ztest. DATA: gv_file ... -
MIRO
2011-11-29 10:39 2066from: http://help-sap.blogspot. ... -
Create Vendor or Customer_master Data
2011-11-23 16:22 2920To Create or Change Vendor_mast ... -
Pay attention to the following points when using append structures
2011-10-27 13:43 1310You cannot create append str ... -
Help Views
2011-10-20 10:46 739source:http://help.sap.com/saph ... -
What is the Different Types and Usage of Views
2011-10-19 23:06 848source:http://www.sap-img.com/a ... -
Upload a Comma Delimited CSV file that contains commas in data
2011-09-23 17:22 2234source:http://wiki.sdn.sap.com/ ... -
What is the difference between SET SCREEN and CALL SCREEN ?
2011-09-19 21:50 763source:http://www.saptechies.co ...
相关推荐
De Bruyn (Author), Robert Lyfareff (Author), Ken Kroes (Author) <br><br>Editorial Reviews<br><br>Advanced ABAP Programming for SAP covers the more difficult aspects of ABAP, the customization and ...
语法:ASSIGN <f>[+<o>][(<l>)] TO <FS> 其中,<o> 是偏移量,<l> 是长度。<f> 部分被分配给字段符号 <FS>。 例如: ```ABAP FIELD-SYMBOLS <FS>. DATA: BEGIN OF LINE, STRING1(10) VALUE '0123456789', STRING...
DATA:<variable_name> type <data_type> [value <initial_value>] [decimals <decimal_places>]. ``` - `<variable_name>`: 变量名称。 - `<data_type>`: 数据类型,如`P`表示PACKED类型。 - `<initial_value>`: ...
DATA <F> [<LENGTH>] <TYPE> [<VALUE>] [<DECIMALS>] ``` - `<F>`: 变量名称,最长为 30 个字符,不能包含 +, ., :, () 等特殊字符。 - `<LENGTH> <TYPE>`: 变量类型及其长度。 - `<VALUE>`: 初始值。 - `<DECIMALS>...
- **命名格式:** `Z<XX>_<Shorttext>` - **<XX>**: 表示业务模块,具体参考附录1。 - **<Shorttext>**: 英文简短描述。 **1.2 程序名** - **命名格式:** `Z<XXY>_<Shorttext>` - **<XX>**: 同上,表示业务模块。 - ...
<br>要获取详细 信息,可以 进行以下某 种操作:<br><br>? 关于关键 字的详细信 息,请参阅 关键字文档 。<br>? 关于 ABAP/4 环境术语的 详细信息, 请从“ABAP/4 编辑器:初 始屏幕”( 事务 SE38) 中选择“实 用...
SAP ABAP(Advanced Business Application Programming)是SAP系统中用于开发业务应用的语言和环境。BAPI(Business Application Programming Interface)是SAP系统中预定义的接口,用于实现和访问标准的商业对象和...
SAP ABAP基本语法 SAP ABAP基本语法是 SAP 系统中的一种编程语言,用于开发 SAP 应用程序。ABAP 语言与标准数据声明相似的语法处理数据类型,而与数据对象无关。在程序中必须声明要使用的全部数据对象。 1. 基本...
DATA <F> [ <LENGTH> ] <TYPE> [ <VALUE> ] [ <DECIMALS> ] ``` - `<F>`:变量名称,最多可以有 30 个字符,不能包含特殊字符如 `+`, `.`, `:`, `()`. - `<LENGTH> <TYPE>`:变量类型及其长度。 - `<VALUE>`:...
DATA <变量名>[<长度>] <类型>[<初始值>][<小数位数>] ``` - `<变量名>`: 最多可以有30个字符,不能包含`+`、`.`、`:()`等特殊字符。 - `<长度>`: 可选参数,根据数据类型不同可能需要指定长度。 - `<类型>`: 变量...
SAP ABAP4 语法详解 SAP ABAP4 是一种 powerful 的程序...其中:</:在下一行输出:<pos>:指定输出的行号:<len>:指定输出的长度:<par>:指定显示格式参数,例如 LEFT-JUSTIFIED、CENTERED、RIGHT-JUSTIFIED 等。
BAPI创建教程
WRITE: [AT] [/] [<pos>] [(<len>)] 数据项 [<par>] ``` - `/`: 下一行输出。 - `<pos>`: 指定输出的行号。 - `<len>`: 指定输出的宽度(长度)。 - `<par>`: 显示格式参数。 - `LEFT-JUSTIFIED`: 左对齐。 ...
**ABAP** (Advanced Business Application Programming) 是一种由 SAP(System Application and Products in Data Processing)开发的专业编程语言,主要用于开发 SAP 应用程序。它是一种面向对象的语言,支持模块化...
搜索串<str>可为以下格式之一:<str>目的<pattern>搜索<pattern>(任何字符顺序,忽略尾部空格)。.<pattern>.搜索<pattern>,但是不忽略尾部空格。*<pattern>搜索以<pattern>结尾的词。<pattern>*搜索以<pattern>...
### SAP PI 异步接口创建步骤详解:MB PI 九恒星到SAP的POS过账及冲销接口 在企业级应用集成中,SAP Process Integration (SAP PI) 是一个非常重要的工具,用于实现不同系统之间的数据交换与集成。本文将详细介绍...
如果尝试赋值一个不同类型的变量,将会产生类型不匹配的错误,除非进行显式类型转换,如 `ASSIGN dat TO <f1> TYPE 'D'`。 2. **赋值和类型检查** - 示例中展示了当 `<fs>` 继承了数据变量 `dat` 的属性时,如果 `...
其中,<F> 是变数名称,<Length> 是变数长度,<type> 是变数类型,<value> 是变数初始值,<decimals> 是小数位数。 例如: DATA: COUNTER TYPE P DECIMALS 3. NAME(10) TYPE C VALUE 'DELTA'. S_DATE TYPE D VALUE ...
共八章,内容如下:<br>第一章 ABAP开发环境和总体介绍<br>第二章 创建HELLO WORLD程序<br>第三章 ABAP语法示例<br>第四章 数据字典和数据表的读取<br>第五章 标准列表和选择屏幕<br>第六章 实战屏幕SCREEN设计<br>...