2006 Aug 03 6:28 PM
Is creation date for partner profile stored in any tables?
I looked at EDPP1 but could not find it.
-Thanks
Bob
Is creation date for partner profile stored in any tables?
I looked at EDPP1 but could not find it.
-Thanks
Bob
2006 Aug 04 1:28 PM
Bob,
Table EDPP1 is for partner profiles general parameters.
Suppose you want to find the creation date of your customer of partner type KU, you`ll look for the following tables : KNA1 and EDPP1.
Sample Code
data : l_date like sy-datum.
***if your partner no. is 1000 and he is your customer.
select single erdat from kna1 into l_date
where kunnr = '0000001000'.
***kindly note that abovesaid zeroes are necessary, since **the field KUNNR is of length 10now l_date will have the value of created date.
Hope this serves purpose.
Reward points if helpful.
Regards
2006 Aug 04 2:05 PM
I don't need to know when the customer was created but need to know the creation date when the partner profile record for that customer was created ?
-Thanks
Bob
2006 Aug 05 10:05 AM
Bob,
I too tried browsing all the partner info. related tables but in vain.
Regards
2006 Aug 05 11:40 AM
hi
good
check with these table
EDPP1 (general partner profile), EDP12 (Message Control), EDP13 (outbound parameters)
WE20 Partner profile configuration
EDPVW EDI partner types
EDPI1 EDI partner profile inbound
EDPO1/2/3 EDI partner profile outbound
thanks
mrutyun
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |