简体   繁体   English

在事务 NACE 中,如果我知道 Smartform 的名称,是否可以找出打印程序和表单例程?

[英]In transaction NACE, is it possible to find out the print program and form routine, if i know the name of the Smartform?

I want to find out the name of the Print Program, and the name of the subroutine (form) that prints my SmartForm.我想找出打印程序的名称,以及打印 SmartForm 的子程序(表单)的名称。

Now luckily in NACE (Conditions for Output Control), one can "kinna" figure out the application and the output type by oneself, and then the print program is obviously written there.现在幸运的是在NACE(Conditions for Output Control)中,可以自己“kinna”弄清楚应用程序和输出类型,然后打印程序显然是在那里写的。

So what about if one wouldn't know what application and Output Type, and would have to check all applicatios and output types manually?那么,如果人们不知道什么应用程序和输出类型,并且必须手动检查所有应用程序和输出类型呢? isn't there an easier way to do this?没有更简单的方法来做到这一点吗?

The table TNAPR contains some print program -> script links, search for your smartform name in field SFORM.表 TNAPR 包含一些打印程序 -> 脚本链接,在字段 SFORM 中搜索您的智能表单名称。 This is by no means an exhaustive list, however.然而,这绝不是一个详尽的清单。

OR要么

Do a "where used" search for "SSF_FUNCTION_MODULE_NAME", which will give you a list of all smartform calling programs.对“SSF_FUNCTION_MODULE_NAME”进行“where used”搜索,这将为您提供所有 smartform 调用程序的列表。 You'd still need to go through it manually, but you might find a suitably matching program description or similar.您仍然需要手动完成它,但您可能会找到适当匹配的程序描述或类似内容。

如果您需要找出某种表格的实际打印程序并且可以获得打印预览,您可以随时使用/h进入调试器并检查调用堆栈。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在JavaScript中找出打印纸的尺寸 - How to find out the dimensionality of print paper in javascript python:为什么程序会打印出括号? 我不认为这应该 - python: why does the program print out the bracket? which i dont think it suppose to 如何打印到 .txt - How do I print out to a .txt 如何在 java 的列中打印出来 - How can I print out in columns in java 我想打印一个 pandas dataframe 名字 - I wish to print a pandas dataframe name 如何找出以编程方式将打印命令发送到Windows / Windows Server的用户? - how can I find out which user send the print command to windows/windows server programmatically? 是否可以在打印出来之前更改变量名? - Is it possible to change a variable name before printing it out? 我应该如何在Objective-C中打印交易收据? - How should I print a receipt of a transaction in Objective-C? 尝试使用 while 循环重新启动程序,但如果我使用打印功能启动程序,则会出现错误 - Trying to restart a program using a while loop, but I'm getting an error if I start program with a print function 在程序中使用for循环打印矩阵的错误 - A bug of using for loop to print out matrix in my program
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM