Script form where used
Is there a way that I can find where used list of a SAP Script?
I need to find the program that calls the particular form.
Solution:
Where used list for a sapscript would be difficult in cases where the script is called dynamically.
There is no way of finding the program name of SAP Script.
But you can get the program names from table TNAPR by passing the SAP Script name.
In cases where the script is configured via customising, then you can check it in TNAPR table by putting it in FONAM field.
or
Also there is one more way of finding the Print Program Name for the specified Script.
Just Goto transaction SE71
--> Enter Form Name --> Display --> In Menu --> Form --> Check --> Texts --> Select Include Res --> Click on click
This will give you the print program list for the specified SAP Script.
Also you can get the program name from NACE transaction.
Get help for your ABAP problems
ABAP Books
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-1598537/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Where is the script changePerm.sh
- [Oracle Script] ASM Disk Groups UsedOracleASM
- Android @Field parameters can only be used with form encodingAndroidORMEncoding
- 如何使用程式碼獲得一個function module的Where Used ListFunction
- Identify If A Disk/Part Is Still Used By ASM,Used by ASM Or Used by ASM_603210.1IDEASM
- MERGE新特性(UPDATE WHERE,DELETE WHERE,INSERT WHERE)delete
- Signals used by the JVMJVM
- How Views Are Used (176)View
- Script
- where are you going ? 反序為:going you are whereGo
- Oracle Least Recently Used ChainsOracleASTAI
- Standard Functions Used in SAP Retail with ArticlesFunctionAI
- Oracle ASM Disk Used Space DirectoryOracleASM
- Accessing Frequently Used Dictionary ObjectsObject
- Script Browser & Script Analyzer 1.3更新發布
- Shell Script
- shell script
- oracle scriptOracle
- script win
- bat scriptBAT
- MyBatis中的<where>標籤和where子句的區別MyBatis
- jquery 中$("form :input") $("form input") 區別jQueryORM
- swift 中的 whereSwift
- [pl sql] where current ofSQL
- Where is the SCN number written?
- MySQL where 運算子MySql
- having和where
- Form元件ORM元件
- bootstrap – formbootORM
- FORM ExportORMExport
- ubuntu18 沒有 where 命令 -bash: where: command not foundUbuntu
- script標籤
- [Oracle Script] LockOracle
- Tablespace Space Script
- Cold backup script
- Oracle Database ScriptOracleDatabase
- tom's script
- Shell Script(轉)