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

queries

former_member329386
Participant
0 Likes
386

hi all

status code represent the idoc is ready to dispatch ?

report that is used to transfer the script files acress the systems ?

what are the transaction codes for bussiness object builder & goods receipt ?

what class is used to display ALV grid control ?

t-code in script that links driver programe & form routine & form ?

diff b/w transfer idoc & collect idoc ?

thanks

1 ACCEPTED SOLUTION
2 REPLIES 2
Read only

Former Member
0 Likes
366

hi

status code represent the idoc is ready to dispatch ?

ans :- 30

report that is used to transfer the script files acress the systems ?

ans :- RSTXR3TR

(Transport Program For SAPscript Transport Objects )

RSTXSCRP

(SAPscript Export to Dataset / SAPscript Import from Dataset)

what are the transaction codes for bussiness object builder & goods receipt ?

ans :- SWO1 & MIGO

what class is used to display ALV grid control ?

ans :- cl_gui_alv_grid (class)

REUSE_ALV_GRID_DISPLAY (function)

t-code in script that links driver programe & form routine & form ?

ans :- NACE

diff b/w transfer idoc & collect idoc ?

please chek the following links.

Please check this online document for ALE and IDoc.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf

Also check this links for additional information.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

thanks