cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in populating data to Logical System field

Former Member
0 Kudos

Hi All,

I am extracting GR data through Generic extraction. I am created a view using four tables MSEG, EKBE, EKKO and T001. I have a field LOGSY (Logical System). This field is in EKKO table. My problem is LOGSY field have no any data. I have to write a routine to populate data to this field. Can anybody plz tell me the code?

Edited by: Kasi Viswanath Aurangabad on Jun 18, 2008 7:50 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

maciej_janik2
Explorer
0 Kudos

Hello,

the code is:

SELECT SINGLE logsys

FROM T000

INTO your_variable

WHERE mandt = sy-mandt.

Assign points if useful,

Best Regards,

Maciej