2010 May 15 9:51 AM
Hi Gurus,
Is there a way to change internal table data from BADI of a method in main program using (SAPLV13A)db_xkondat[] internal table? Here SAPLV13A is main program name and db_xkondat[] is an internal table in the BADi call function.
Thanks.
Edited by: K V Subbarao on May 15, 2010 10:55 AM
2010 May 17 12:05 AM
Hi,
yes, you can use the trick with field symbols ( ASSIGN ('(PROGRAM)TABLE[]') TO <table> ). You just need to define field symbol with table type. Just be careful. Let say that this trick is not the proper way and you need to be extra careful.
Cheers
2024 Jul 01 5:34 PM
Hi,
Can u please provide a sample abap code how we can achieve this to change the internal table data in another program with field symbols.
Ex:- (SAPLEBNE) BSN[] this internal table holds the data that I need to modify this tables data in another program .