Hi SAP Gurus,
In ME2N we do not have material type field, how can i add it there from dynamic selections so that i can execute for a specific material type as well
Thanks
Anusha
Request clarification before answering.
Go to SQ03 and create your user group
than go to SQ02 and create your info set means the join table which you want use for your query
then assign that info set to your user group in SQ03
now you can go to SQ01 and create the query
The whole process comprises of three steps.
Creation of user group
Creation of infoset
Creation of queries
The transaction codes associated with ABAP Query are
ô€€¹ï€ SQ01 - ABAP Query
ô€€¹ï€ SQ02 - Infoset
ô€€¹ï€ SQ03 - User group
Infoset creation:
Tables need to be joined under infoset creation.
The linkage between three tables LIKP, VTTK and VTTP is below
LIKP- VBELN = VTTP- VBELN
VTTK- TKNUM= VTTP- TKNUM
Selection screen:
For better performance, along with weight few more parameter should be added in the selection screen
Outputs:
For Weight - VTTK-ALLOWED_TWGT
For Delivery - VTTP-VBELN
For SP -LIKP-KUNAG
for more info please go through link below
http://help.sap.com/saphelp_47x200/helpdata/en/e2/74c1ec206711d6b1d500508b6b8b11/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 7 | |
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.