Application Development 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: 

Step Not Executed

Former Member
0 Kudos

Hello Everyone,

I have created a test script for executing VK11 in ECC.  I used the TCD record for creating the script. 

I am attempting to execute the test configuration using an external file to load the pricing records, and all appears to load correctly, however, the steps are not executed.  Any help is appreciated!

3 REPLIES 3

Former Member
0 Kudos

Find your loaded data in transaction SM35 and execute it there.

If you want to automate it, generate a function module from your data (also can be done in transaction SM35). If you investigate that module, you will see how in ABAP the process should be done.

Don't forget a formal commit (using the fm BAPI_TRANSACTION_COMMIT).

Regards,

Robbie.

0 Kudos

Thank you for the suggestion; however, there is no session created in SM35.

Former Member
0 Kudos

Hi,

i see that the screens after transaction VK11 don't have info expanded.

You must make sure that the mandatory fields have values attached to them, even when you have provided them before in this template.

Did you check this?

Regards,

Robbie.