‎2008 Nov 19 10:14 AM
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
‎2008 Nov 19 10:20 AM
Hi
Try with giving one more Enter "/00" after pop screen in ur BDC program.
Regards
Sachin
‎2008 Nov 19 10:23 AM
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
‎2008 Nov 19 10:24 AM
Moved to correct forum. Please use a meaningful subject in future.
‎2008 Nov 19 10:35 AM
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.