‎2008 May 16 8:16 AM
Hi All,
I want to set default values for some fields in [ME54N].
I think there is a t.code to do so(wat is that). Or do i need to write a code for that. Suggest me.
Thanks.
‎2008 May 16 8:26 AM
Hello,
Using the concept of transaction variants, you can set some default values, hide screen fields, make mandatory fields on standard screens/transactions...
Create a transaction variant for ME54N using the transction SHD0 and default the values...
Later make the transaction variant as a standard transaction variant so that whenever you call ME54N, the standard transaction varaiant is called...
For more info on transction variants, Go to SHD0 and click on Application help button on tool bar..
Reward if useful..
Regards
Shiva
‎2008 May 16 8:33 AM
Hi,
Make use of Transaction variants for your Requirement.
Transaction Variants is used to make fields Mandatory, Hidden or Display. Also applicable to screens and tabstrips.
You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x.
Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.
Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02).
Next allocate the transaction variant to this variant transaction.
In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)
Read the application help provided in SHD0 trxn That will guide you to resolve your reqquirement.
u can use this link....
Regards,
Raj.
‎2008 May 16 1:46 PM
Hi Raj N Shiva,
Thanks for UR suggession.
Buy my requirement is:
When purchase requisitions (PR) are released via individual release (ME54N) a popup shows up asking user to select release organisation from SAP user. This popup is filled with user ID of current user by default.
In order to carry out release properly default user ID must be replaced with user ID of the requisitioner that has created the PR which is to be released.
To do this wat should i do. Wat are the necessary steps to be taken. Suggest me.
Thanks&Regards,
Arun