早教吧作业答案频道 -->英语-->
sortorderinVF06-whichuser-exit?IntrxVF06-Iwouldliketosorttheoutputby'createdby'field(likp-ernam).cansomeonetellmehowtotothis,whatuser-exitandcoding?
题目详情
sort order in VF06 - which user-exit?
In trx VF06 - I would like to sort the output by 'created by' field (likp-ernam) .can someone tell me how to to this,what user-exit and coding?
In trx VF06 - I would like to sort the output by 'created by' field (likp-ernam) .can someone tell me how to to this,what user-exit and coding?
▼优质解答
答案和解析
Two things: In transaction VOK2, go to the billing output (SD document - billing document - condition type). Select your billing type and go to the 'sort order' tab. You can fill in 3 values here about sorting the output. Then when you execute RSNAST00 you can tell it to use sort order 10. Look at the help on the sort order field. I've never used this but it's there. The second option is to use the 'user-exit' available in RSNAST00. Any sort order above 50 is for your use. You can create multiple sort orders if you want. The user-exit is in program RSNASTZZ. Here is sample coding: when '50'. insert vbak-vkbur vbak-vkgrp vbpa-pernr nast-parnr nast-objky into header.when '51'. insert nast-objky nast-parnr into header.You would insert the fields that you want to sort by. 查看原帖>>
记得采纳啊
记得采纳啊
看了 sortorderinVF0...的网友还看了以下:
ENTRANCE,EXIT,PULL,PUSH,MEN'S,WOMEN'S请给出这五个词的意思. 2020-04-27 …
为什么中国的高速,马路路牌要放英文字呢,比如说出口EXIT,入口entrance,机场airpor 2020-05-13 …
翻译‘如果不是亲眼看见雪人,我不会相信他的存在.用上withone'sowneyes;和exit] 2020-05-13 …
在C++中用exit(0),exit(-1),exit(1)分别表示什么? 2020-05-17 …
if((fp=fopen("date.txt","w"))==NULL) { printf("Fi 2020-05-17 …
System.exit(0);是啥意思有这句话吗System.exit(1);是啥意思 2020-05-17 …
exit(EXIT_FAILURE);\if(p)*p=0;if(add_or_not==1)re 2020-05-17 …
ISOTOOL1.96用法我的PSP是6.20系统,我下了一个6.20的TN-C,刷成6.20TN 2020-05-17 …
关于exit和entrance的用法attheentranceof还是attheentrancet 2020-07-20 …
sortorderinVF06-whichuser-exit?IntrxVF06-Iwouldli 2020-07-22 …