on ‎2022 Jan 24 9:02 AM
Hi everyone,
I need the current form Type for a user defined value (the query).
I know $[$4.1.0] == Itemcode and so on.
But I need eg. Formtype = 149 when the Query is run in an Quotation. The TableName OQUT would also be sufficient.
Thank you for your help
Tobias
Request clarification before answering.
Example:
$[OQUT.Cardcode]
$[QUT1.ItemCode]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tobias,
You can retrieve the object code based on the series as follows:
SELECT "ObjectCode" FROM NNM1 WHERE "Series" = $[$88.0.0]The rest should be a matter of technicality. Based on the Object Code you can further append either the respective database table or Form ID. Just in case, the list of Object Codes with the database tables is available e.g. here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's great - Thank you
No, we can not use form ID in FMS. only column or table name can be used.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Your requirement is not clear. Please explain with more details.
Regards,
Nagarajan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tobias,
I already asked for an improvement here:
https://influence.sap.com/sap/ino/#/idea/275157
It would be nice if yo could vote for it
Lothar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 30 | |
| 14 | |
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.