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

BDC program issue

Former Member
0 Likes
759

hi all,

I have transaction which has to select rows in table control inside subscreen.

If i do it directly from transaction its work fine, but if i recode the transaction and run it from batch , the selected rows are not selected but they are displayed only with out selected rows.

How i can solve this issue.

BR,

Ali

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Nov 1, 2010 2:04 PM

4 REPLIES 4
Read only

Former Member
0 Likes
732

Hi Ali,

In case of Table control in BDC, there is a addition sufix along with the field name like 1,2.....,

Please check with this or search SDN for Table control in BDC.

Thanks,

Anmol.

Read only

0 Likes
732

this a part of my bdc, if u mean WSCR_DEP_SELECTED(02) X

YSAPMZH39	9001	X                                                                                
BDC_OKCODE	/00
                                        	    	 	P9032-VACATION_BEGDA	11/01/2010
                                        	    	 	P9032-VACATION_ENDDA	11/23/2010
                                        	    	 	BDC_SUBSCR	YSAPMZH39                               9015SUBSCR_AREA
                                        	    	 	BDC_CURSOR	WSCR_DEP_SELECTED(02)
                                        	    	 	P9032-HOLYDAYS	  5
                                        	    	 	WSCR_DEP_SELECTED(01)	X
                                        	    	 	WSCR_DEP_SELECTED(02)	X
YSAPMZH39	9001	X	

Read only

0 Likes
732

Hi Ali,

Is it a standard Tcode or custom, if std can you specify tcode please.

Thanks,

Anmol.

Read only

0 Likes
732

hi

it is custom application.