‎2007 Nov 05 9:13 AM
Hi, i need to all validations as well as functionalities as standard SAP transaction in a custom screen in a module pool program.
Transaction is LT01. Pls do let me know how can i use the transaction(LT01) program as a reference program for my module pool program.
answers will be rewarded with points
Thank you,
Tanmay
‎2007 Nov 05 9:52 AM
Hi,
You can include the pbo and pai includes of the standard transaction transaction to your module program and then make the use of required modules in your custom screens for validations . By this you can lik the standard program with your standard transaction.
Altenatively you can write a small BDC in which you fill the first screen parameters of the standard transaction with the values given by user on your custom screen . Just write BDC for first screen and press enter and com back to you transaction . By this u can capture validation messages . But this a wor arround not a good practice .
Hopefully these suggestions will help u to resolve your issue. Reward points as promised:)
‎2007 Nov 05 9:52 AM
Hi,
You can include the pbo and pai includes of the standard transaction transaction to your module program and then make the use of required modules in your custom screens for validations . By this you can lik the standard program with your standard transaction.
Altenatively you can write a small BDC in which you fill the first screen parameters of the standard transaction with the values given by user on your custom screen . Just write BDC for first screen and press enter and com back to you transaction . By this u can capture validation messages . But this a wor arround not a good practice .
Hopefully these suggestions will help u to resolve your issue. Reward points as promised:)