SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

WBS element <-> Object number



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
Garik
Специалист
Специалист



Joined: 11 Oct 2007
Posts: 60

PostPosted: Thu Jul 23, 2009 1:10 pm    Post subject: WBS element <-> Object number Reply with quote

Здравствуйте!
Существует ли функция для преобразования POSID (текстовое описание длиной 24 символа ) <-> OBJNR ?
Back to top
View user's profile Send private message
Stream
Участник
Участник



Joined: 14 Oct 2008
Posts: 10
Location: Минск

PostPosted: Thu Jul 23, 2009 1:33 pm    Post subject: Reply with quote

Добрый день.

Возможно поможет ФМ 'CONVERSION_EXIT_ABPSP_INPUT'.
На вход я подавал СПП-элемент (символьное поле типа PS_POSID).
На выходе получал значение СПП-элемента (тип переменной ps_psp_pnr)
Back to top
View user's profile Send private message
Garik
Специалист
Специалист



Joined: 11 Oct 2007
Posts: 60

PostPosted: Thu Jul 23, 2009 1:41 pm    Post subject: Reply with quote

Пробовал, но думаю это не совсем то. Эта функция преобразует
текстовое описание к короткой форме, например
'D-RU0409/PL/FEE/MED' -> 'DRU0409PLFEE X', а не к OBJNR
Back to top
View user's profile Send private message
Удав
Гуру
Гуру


Age: 48
Joined: 25 Jan 2008
Posts: 580
Location: Москва

PostPosted: Thu Jul 23, 2009 3:25 pm    Post subject: Reply with quote

ФМ CJSD_PRPS_GET
или таблица PRPS Wink

_________________
С уважением,
Удав.
Back to top
View user's profile Send private message
Garik
Специалист
Специалист



Joined: 11 Oct 2007
Posts: 60

PostPosted: Thu Jul 23, 2009 4:25 pm    Post subject: Reply with quote

Удав wrote:
ФМ CJSD_PRPS_GET
или таблица PRPS Wink


Через PRPS умею Smile

Code:
  DATA: l_posid TYPE prps-posid.

   CALL FUNCTION 'CONVERSION_EXIT_ABPSN_INPUT'
         EXPORTING
              input  = lt_cj02-ident
         IMPORTING
              output = l_posid.

    SELECT SINGLE objnr
      INTO lt_bpak-e_objnr
      FROM prps
      WHERE posid = l_posid.
Back to top
View user's profile Send private message
Удав
Гуру
Гуру


Age: 48
Joined: 25 Jan 2008
Posts: 580
Location: Москва

PostPosted: Fri Jul 24, 2009 9:44 am    Post subject: Reply with quote

Garik wrote:
Через PRPS умею Smile

А в чем тогда заключался вопрос? Smile
ФМ тоже OBJNR определяют через PRPS Wink

_________________
С уважением,
Удав.
Back to top
View user's profile Send private message
Garik
Специалист
Специалист



Joined: 11 Oct 2007
Posts: 60

PostPosted: Mon Jul 27, 2009 9:50 am    Post subject: Reply with quote

Удав wrote:
Garik wrote:
Через PRPS умею Smile

А в чем тогда заключался вопрос? Smile
ФМ тоже OBJNR определяют через PRPS Wink


Думал, что уже существует подходящий ФМ в SAP Sad
Back to top
View user's profile Send private message
Удав
Гуру
Гуру


Age: 48
Joined: 25 Jan 2008
Posts: 580
Location: Москва

PostPosted: Mon Jul 27, 2009 9:12 pm    Post subject: Reply with quote

Удав wrote:
ФМ CJSD_PRPS_GET Wink

Существует Very Happy

_________________
С уважением,
Удав.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.