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

Step Not Executed

Former Member
0 Likes
664

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
Read only

Former Member
0 Likes
639

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.

Read only

0 Likes
639

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

Read only

Former Member
0 Likes
639

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.