Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from tere90210 on May 15 at 9:21 AM Qu? onda desperado20032003: Sometimes, when you copy the code from any other editor, the commas and other special characters are not the same (it happened to me). Try deleting the apostrophes and quotation marks, and type it again... see if it works. Please tell us if you already found the solution and specify what was the error on the code. Greetings, Tere Cristerna
| | | ---------------Original Message--------------- From: Terry Barker Sent: Monday, May 14, 2012 12:55 PM Subject: REUSE_ALV_GRID_DISPLAY Giving Error Matt, Passing SY-REPID for the CALLBACK_PROGRAM is a classic no-no. I don't know if that is your "presenting problem," but I do know that you should NEVER do that, because SY-REPID changes to the main program of the called function as soon as the function is called. Instead, declare a variable of type SY-REPID, move SY-REPID to the variable, and pass the variable as your CALLBACK_PROGRAM. Cheers, TerryB | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |