2009 Feb 25 10:29 AM
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
2009 Feb 25 10:35 AM
use append strcture to your table and pass the your sub screen fileds to append strure it will automatically update the table.
2009 Feb 25 10:40 AM
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
2009 Feb 25 10:43 AM
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 .
2009 Feb 25 10:42 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |