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

regarding cross appa

Former Member
0 Likes
525

how to test ALE interface?

what is trfc?

types of rfcs?

diff between SMOD AND CMOD?

is it possible to add push button to sub screen?

what is diff between screen and subscreen?

1 ACCEPTED SOLUTION
Read only

paruchuri_nagesh
Active Contributor
0 Likes
493

how to test ALE interface?

check u r model view by using BDM5

check consistency of partner profiles by using executable prpgram RSECHK07

what is trfc?

nothing but transactional rfc

several functional modules can be grouped into one transaction . they are processed only oncein target system.in case of error a message is sent to calling system that u can analyze using transaction code SM58 . for the TRFC doesnt have to be available at the time of trfc call . in addition we can configure the frequency and intervals

types of rfcs?

synchronous RFC

asynchronous RFC

transactional RFC

parallel RFC

queue RFC

diff between SMOD AND CMOD?

by using SMOD we can find exits

by using CMOD we can impliment project for that exit

is it possible to add push button to sub screen?

not possible

what is diff between screen and subscreen?

normal screen can have gui status but not subscreen

sub screen is reusable

Thanks & Regards

Nagesh.Paruchuri

how to test ALE interface?

check u r model view by using BDM5

check consistency of partner profiles by using executable prpgram RSECHK07

what is trfc?

nothing but transactional rfc

several functional modules can be grouped into one transaction . they are processed only oncein target system.in case of error a message is sent to calling system that u can analyze using transaction code SM58 . for the TRFC doesnt have to be available at the time of trfc call . in addition we can configure the frequency and intervals

types of rfcs?

synchronous RFC

asynchronous RFC

transactional RFC

parallel RFC

queue RFC

diff between SMOD AND CMOD?

by using SMOD we can find exits

by using CMOD we can impliment project for that exit

is it possible to add push button to sub screen?

not possible

what is diff between screen and subscreen?

normal screen can have gui status but not subscreen

sub screen is reusable

Thanks & Regards

Nagesh.Paruchuri

2 REPLIES 2
Read only

paruchuri_nagesh
Active Contributor
0 Likes
494

how to test ALE interface?

check u r model view by using BDM5

check consistency of partner profiles by using executable prpgram RSECHK07

what is trfc?

nothing but transactional rfc

several functional modules can be grouped into one transaction . they are processed only oncein target system.in case of error a message is sent to calling system that u can analyze using transaction code SM58 . for the TRFC doesnt have to be available at the time of trfc call . in addition we can configure the frequency and intervals

types of rfcs?

synchronous RFC

asynchronous RFC

transactional RFC

parallel RFC

queue RFC

diff between SMOD AND CMOD?

by using SMOD we can find exits

by using CMOD we can impliment project for that exit

is it possible to add push button to sub screen?

not possible

what is diff between screen and subscreen?

normal screen can have gui status but not subscreen

sub screen is reusable

Thanks & Regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
493

hi check this,

Remote Function Call:

RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.

RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.

RFCs manage the communication process, parameter transfer and error handling.

Have a look at this link.

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

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.

check this link

SMOD -> Where you can see the SAP Exits.If you want to change any SAP Exits then you need the access key for that object.

CMOD -> Where you can see or write the Customer Exits.

http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7ceb940e11d295df0000e82de14a/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/content.htm

Check this link for STEP-BY-STEP DEMO FOR SCREEN PAINTER with screen shots

http://abapliveinfo.blogspot.com/2007/12/working-with-screen-painter-in-sap.html

Check this link for Screen Painter Concepts http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm

http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/MENU&SCREEN_Painter_tutorial.html

http://abap-gallery.blogspot.com/2007/08/screen-painter.html

http://www.thespot4sap.com/articles/SAP_Design_Screen_Elements.asp

regards,

venkat.