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

User-exit при создании индекса для коллективного биллинга



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
vetal
Участник
Участник



Joined: 18 Jan 2008
Posts: 44

PostPosted: Wed Oct 15, 2008 12:54 pm    Post subject: User-exit при создании индекса для коллективного биллинга Reply with quote

Добрый день,
транзакция VF04 использует таблицу VKDFS для получения списка фактур перед созданием. Вызывается ли какой-нибудь user-exit при записи данных в эту таблицу? Нужно изменить поле Billing date (VKDFS-fkdat)
Back to top
View user's profile Send private message
vga
Мастер
Мастер


Age: 140
Joined: 04 Oct 2007
Posts: 1218
Location: Санкт-Петербург

PostPosted: Wed Oct 15, 2008 1:18 pm    Post subject: Reply with quote

Quote:
Note 42307 - User exits for the billing index up to Rel. 3.0F

Solution

1. Billing index for order-related billing
Program : SAPLV05I
Include : V05IEXIT
User exit: USEREXIT_VKDFS_SORTKRI_SALES

2. Billing index for delivery-related billing

Program : SAPLV05I
Include : V05IEXIT
User exit: USEREXIT_VKDFS_SORTKRI_DEL

3. Billing index for invoice-related billing

Program : SAPLV05I
Include : V05IEXI2
User exit: USEREXIT_VKDFS_SORTKRI_BIL

If you have questions concerning the detailed implementation of the sorting of billing indexes, please contact Consulting.

For this, consider Note 170183.

Related Notes

333803 - User exit for billing index for intercompany billing
301254 - Creation of billing index
190997 - User exit for invoice list index
170183 - What to consider when applying modifications
63523 - User exits for billing index as of Release 3.1G
50441 - Determine billing date from the delivery date
25147 - VF04 : Selection by payer


Что касатся даты, есть похожая нота:

Quote:
Note 50441 - Determine billing date from the delivery date

Change program V05IEXIT дndern

form userexit_vkdfs_sortkri_del.
vkdfs-fkdat = llikp-lfdat. <<<<<< insert
endform.
Back to top
View user's profile Send private message Blog Visit poster's website
vetal
Участник
Участник



Joined: 18 Jan 2008
Posts: 44

PostPosted: Wed Oct 15, 2008 5:48 pm    Post subject: Reply with quote

Спасибо. Просит Access Key, когда открываю на редактирование инклюду с user-exit V05IEXIT. Так и надо?
Back to top
View user's profile Send private message
vga
Мастер
Мастер


Age: 140
Joined: 04 Oct 2007
Posts: 1218
Location: Санкт-Петербург

PostPosted: Thu Oct 16, 2008 5:17 pm    Post subject: Reply with quote

Поскольку инклюда не лежит в пользовательской области имен (начинающихся с Z или Y) то ключ нужен.
Back to top
View user's profile Send private message Blog Visit poster's website
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.