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

Error in BDC

Former Member
0 Likes
605

Hi,

When i am uploading the file through BDC,it is giving me the error 'screen .... does not exist'.I am using transaction FS00 for G/L master data upload.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Hi Vishal..

The only possibility is that your BDC recording is wrong..

Try to check the recording once again.. i feel the program name and screen number combination that you are passing in the BDC table is invalid.. and this can happen only because of incorrect recording..

Thanks and Best Regards,

Vikas Bittera.

**Points for useful answers**

4 REPLIES 4
Read only

Former Member
0 Likes
582

Hi Vishal..

The only possibility is that your BDC recording is wrong..

Try to check the recording once again.. i feel the program name and screen number combination that you are passing in the BDC table is invalid.. and this can happen only because of incorrect recording..

Thanks and Best Regards,

Vikas Bittera.

**Points for useful answers**

Read only

varma_narayana
Active Contributor
0 Likes
581

Hii..

process it in foreground .. You can make out the Error in which screen it is showing.

Mostly the error will be in BDCDATA table where there might be some spelling mistake in the program name or Screen No..

<b>reward if Helpful</b>

Read only

Former Member
0 Likes
581

Hi Vishal

Try to check program's name and screen in BDC perform that show in below that the screen is exist or not .

Example :

PERFORM DYNPRO USING:

'X' 'SAPMF05A' '0731'.

Regards

Wiboon

Read only

Former Member
0 Likes
581

hi vishal.

check if the screen number u are paasing to BDC is the right and in proper format.

regards

ravish

reward points if useful