Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Hi John, Declare one work area as data: wa_T052 type T052. fill wa_t052-zterm and wa_t052-ZTAGG. data: gv_text type TTEXT. CALL FUNCTION 'FI_TEXT_ZTERM' EXPORTING i_t052 = wa_T052 tables t_ztext = gv_text . Regards, Surya
| | | ---------------Original Message--------------- From: Marc Legaspi Sent: Tuesday, July 06, 2010 10:15 PM Subject: How to ABAP SELECT from V_T052 or V_052_B Database views Hello Everyone, I'm trying to create an RFC to return the available Payment Terms like how you see it whenever you execute FM FI_F4_ZTERM. I found out that the values are stored in Maintenance views V_T052 and V_052_B but seems like a normal SELECT would just return a syntax error. I already looked into the tables involved (T052, T052U) but none of them contains the descriptions found inside the database views mentioned. Any other options? Also, is there a way to just capture the list if I call function module FI_F4_ZTERM? | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Popular White Papers In the Spotlight _.____.__ |