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

Batch input screen problem

Former Member
0 Likes
417

Hi all,

When i record a batch input screen (VA42) with SHDB,

it prompts a dialog box asking me to consider the subsequent document.

I then click ok and continue the recording.

but there is no screen about the dialog box after the recording is finished.

how to handle the box when I use the call transaction method with the bdcdata?

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
360

Hi Macy

The screen may not appear in scenarios whereby there are no subsequent documents posted.

Alternatively, you can try using BAPI: <b>BAPI_CUSTOMERCONTRACT_CHANGE</b>

Kind Regards

Eswar

Read only

0 Likes
360

Thanks for your prompt reply.

But such scenarios do possibly occur and I must use the call transaction method to handle such cases. Any more suggestions?