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

Problem in Bdc

Former Member
0 Likes
665

Moved to correct forum by moderator. Please use a meaningful subject in future.

Hi ABAP Gurus,

I am working on f-02 BDC for customer write off . in this Bdc i have query once after the profitability pop screen the values are populating perfectly into corresponding fields then next screen is calling and the values are not populating from then. but when i checked it in debugging it is calling the same screen and the values are populating into those fields that is my query . so, pls help me out .

Thanks & Regards.

Edited by: Matt on Nov 19, 2008 11:23 AM

4 REPLIES 4
Read only

Former Member
0 Likes
602

Hi

Try with giving one more Enter "/00" after pop screen in ur BDC program.

Regards

Sachin

Read only

Former Member
0 Likes
602

Hi

Please record the BDC again using SHDB and chekc the cursor position and screen sequence.

you might have to set up the cursor position again for the next screen.

And why are u checking it in debugging mode instead run your BDC in all display mode and check the screen fields.

Regards

Neha

Read only

matt
Active Contributor
0 Likes
602

Moved to correct forum. Please use a meaningful subject in future.

Read only

Former Member
0 Likes
602

Hi

Check the Loop you are running around the screen fields or subroutines. Sometimes, the screen flow gets disturbed because of the loops used in the program.

Vishwa.