Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Validation checks

Former Member
0 Likes
352

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
322

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:)

1 REPLY 1
Read only

Former Member
0 Likes
323

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:)