LO Extraction - Setup reconstruction
I am trying to reconstruct setup tables by running OLI7BW..after a patch to r/3...this is a refresh of BW from R/3.
Getting into Data dictionay incosistency issue.
Any help is appreciated.
Gopi
Here is the Dump.
SQL error 904 occurred when accessing table "VBAP ".
002850 * read VBAP
002860 SELECT * INTO TABLE gt_vbapn
002870 FROM vbap
002880 WHERE vbeln IN l_vbeln
> ORDER BY PRIMARY KEY.
002900
002910 * read VBUP
002920 SELECT * INTO TABLE gt_vbupn
002930 FROM vbup
002940 WHERE vbeln IN l_vbeln
002950 ORDER BY PRIMARY KEY.
002960
If this error occurred in ABAP/4 Open SQL, there is an inconsistency
between the ABAP/4 Dictionary and the database.
You can resolve this by converting the table in the database
to the definition in the ABAP/4 Dictionary.
To do this, call Transaction SE11 and then select
Utilities > Database utility.
Please make a note of the actions and input which caused the error.
Please make a note of the actions and input which caused the error.