早教吧 育儿知识 作业答案 考试题库 百科 知识分享

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?
▼优质解答
答案和解析
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. 查看原帖>>
记得采纳啊