Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

idoc documnet flow

Former Member
0 Likes
904

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

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
851

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

Read only

Former Member
0 Likes
851

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

Read only

0 Likes
851

in EDIDC an getting Message type WPUBON, but from this message type how can i get billing doc no?

RAJENDRA

Read only

0 Likes
851

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

Read only

0 Likes
851

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

Read only

0 Likes
851

Any solution please!!!!!!!!!!!!!!!!!!!!

Rajendra