You are on page 1of 2

how can u schedule BD87 in background process?

you cannot schedule BD87 in background mode. this is a monitoring transaction, n


ot processing transaction.
or
You can run SAP Program RBDAPP01 as a scheduled program in the background if you
upload IDOCS in from WE16 so they load in Status 64.
or
You can run SAP Program RBDMIDOC as a scheduled program in the background if you
upload IDOCS

How can we trace the trfcs?


Using SM58 Transaction, we can trace the TRFCs
how many views have you met with MATMAS
MATMAS is standard Message Type, and basic Idoc types assiocated with the same i
s
MATMAS01,MATMAS02,MATMAS03.These are type of version given by SAP.
what is function module for idoc genrtions?
mater_idoc_distribute

how many type of records in Idoc?


3 types
1. control record (it holds sender and receiver information)
2. data record (it holds the data)
3.status record (it holds the delivery status)

Without using the distribution model, can we send data from one system to anothe
r system by using ALE?
no we con't send.because When ever we try to send an IDOC it checks with distri
bution model and is there any
filtering is defind or not, if it is defined then checks with filter data and th
en it checks with reciver and messagetype.

A program is generating an outbound IDOC and ther is some error in the data (say
an outbound IDOC for Sales Order has been generated and the Material Number has
not been properly formatted so that it can be accepted by the receiving system)
. How shall we handle this error from the program who is generating the outbound
IDOC ?
Content of segment can be changed if it is not in correct format.
To change the content go to WE05 and go to Data record ,you can find a rectangle
type symbol justleft to segment name.
double click on it . go to menubar and data record ->change then change the data
and reprocess it.

What is the main difference between ALE/IDOC and BAPI ?


ALE/IDocs are used for asynchronous information interchange.while BAPIs are used
for synchronous
information interchange

what is the table for trfc port?


THE TRFC PORT DATA ARE STORED IN TABLE- ARFCDATA. ARFCDATA
IS A TABLE NAME IN THIS TABLE AVAILABLE ALL SENDING TRFC DATA LIKE SENDING IDOCS
ARE AVAILABLE.
how to debug IDOC manually? if i want to extend the standard IDOC say MATMAS, w
here i have to write code for
extension?
for errors u need to check for the status codes and cming to debug u can debug o
ur the assingned function module i.e
idoc_input_matmas05 or z(fun module) in case of custom and while processing in b
d87 the complete idoc can be processed
by selecting the option available.
When extension is created for MATMAS, check the FM attached to that idoc in the
configuration we57

You might also like