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

badi for subscreen

Former Member
0 Likes
672

hi gurus,

I have created a subscreen for lbk1 tcode in badi definition LGE_SUBSCR_ACL.I am able see that screen in lbk1 tcode how to update the values of that subscreen into db table I used table fields only in that subscreen.

thanks in advance.

padmaja

hi gurus,

I have created a subscreen for lbk1 tcode in badi definition LGE_SUBSCR_ACL.I am able see that screen in lbk1 tcode how to update the values of that subscreen into db table I used table fields only in that subscreen.

thanks in advance.

padmaja

4 REPLIES 4
Read only

Former Member
0 Likes
625

use append strcture to your table and pass the your sub screen fileds to append strure it will automatically update the table.

Read only

0 Likes
625

actually i used already existing fields in DIACL_LGE_DS only.

my doubt is shall i have to write any code in pai of subscreen to update the fileds .

thanks,

padmaja

Read only

0 Likes
625

first assign your screen fields to append strture, that is goble strcture you find the values in PAI also. if not check in dedug mode in PAI the values are added in to your strcture .

Read only

Former Member
0 Likes
625

Hi Padmaja,

If you are able to access the fields then you can use the FIELD-SYMBOLS to reflect the changes back to the SAP standard code and thus to database.

Regards,

Prakash Pandey