1、t-code:VA03-> item details-> text,找到Purchase order text,然后再文本区域,双击该text
2、在弹出的文本编辑页面,选择Goto->header
3、如图所示的界面就会显示出来,在这个界面我们就可以看到text ID, text Object了, text name, Lanague.这些在获取text的值得时候,都是需要指定的。PS:这些信息是保存在table STXH中的
4、如果是在smartform中显示text,则首先需要创建一个Text,并且修改该Text的Type为Include Text,然后填入我们第1~2步中找到的Text Name, Text Object, Text ID, Lanauage的信息。如图所示,在smartform中显示sales order item text。
5、如果想在scriptform中显示te垓矗梅吒xt, 则写入下面的语句:INCLUDE {text name}OBJECT{Text Object}ID 撑俯擂摔{Text ID}。如图所示,在scriptform中显示billing document header text。其中&VBDKR-TDNAME&实际上是billing document no.,也就是Text Name.