2007 Jun 12 10:05 AM
hi
in which table subsequest documents deatils are avilable? like idoc-> Material Document-> Billing document. (like VBFA table).
Rajendra
hi
in which table subsequest documents deatils are avilable? like idoc-> Material Document-> Billing document. (like VBFA table).
Rajendra
2007 Jun 12 10:08 AM
Hi,
u can get all the information for idoc in the following tables.
EDIDC,EDID4 AND EDIDS..Just give the idoc number and get all the details.
Regards,
Nagaraj
2007 Jun 12 10:15 AM
Hi,
GO to EDIDC or EDIDD TVKWZ
enter the Message Type or IDOC type used for that documnet.
Or see in We20 partner profile in the outbound parameters.
you will know them
enter in those table , you will get the IDOC numbers.
See the fun modules
GET_IDOCNR_FROM_IDOCNR
GET_IDOCNR_FROM_OBJECT
HR_ECM_GET_F4_IDOC_NUMBER
Regards
2007 Jun 12 12:21 PM
in EDIDC an getting Message type WPUBON, but from this message type how can i get billing doc no?
RAJENDRA
2007 Jun 12 12:31 PM
Hi,
goto table vbfa give the vbeln in follow on document and subsequent docuemnt category as 'M'
and preceding document category as C
will fetch u the sales document number
or
try like data: idd07v type table of dd07v with header line.
call function 'DD_DOMVALUES_GET'
exporting
domname = 'RFBSK'
text = 'X'
langu = sy-langu
tables
dd07v_tab = idd07v
exceptions
wrong_textflag = 1
others = 2.
loop at idd07v.
write:/ idd07v-domvalue_l, idd07v-ddtext.
endloop.
Regards
2007 Jun 12 12:47 PM
hi skk
this requirement is not in R/3, it is in Is retail, data will come from the POS in the from of idoc this idoc genarates Article Document & billing document. so business reuirement is in a REPORT they need 3 columns
Column-1 ---> idoc
Column-2--->article doc no
column3->Billing documnet no
like above format report is required, so from which tables i can get the data.
Rajendra
2007 Jun 13 11:35 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |