We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-dev] How to ABAP SELECT from V_T052 or V_052_B Database views

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by UrsTrulySurya
on Sep 15 at 3:16 AM
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
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
Have an SAP Question? Ask Your Peers at Toolbox for IT

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language