cancel
Showing results for 
Search instead for 
Did you mean: 

SAP best practices

Former Member
0 Kudos

Hi all,

what are SAP best practices??

I am having dout regarding Modeldata and Metadata.For example i am having 2 function modules.Is it that the name given to the fields " Default logical name for model instances " and

"Default logical name for metadata instances " should be same for both the function modules as WD_BAPI_MODELDATA_DEST and WD_BAPI_RFC_MODELDATA_DEST so that JCO connection created for the above 2 names can be used for all the function modules

Regards

Padma N

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you use an adaptive RFC model in a Web Dynpro application, two JCo destinations are automatically created in the Web Dynpro Content Administrator and maintained.

The JCo destinations for an adaptive RFC model have the following default names:

· WD_MODELDATA_DEST for application data

· WD_RFC_METADATA_DEST for metadata

With the first connection, the Web Dynpro application receives the metadata that is not user-specific and that is therefore the same for all users. It must be available to all users.

With the second connection, the Web Dynpro application receives the application data, which is normally user-specific.

Read this content with an example,

http://help.sap.com/saphelp_nw70/helpdata/en/f4/5109cd43ae99418a06036a609d7470/content.htm

Hope it clarifies!

Regards

Srinivasan T

Former Member
0 Kudos

Hi Srinivasan,

Can u plz help me out in understanding SAP Best Practices??

Where to use this???

Regards

Padma N

Former Member
0 Kudos

Hi,

SAP Best Practices provide IT and functional project team members with a tool set that helps you quickly deploy functionality in SAP solutions - from SAP NetWeaver, to core SAP applications. These toolsets comprise a mix of step-by-step instructions, preconfiguration, sample master data, code samples (where applicable) and end-user training - organized by technical or business scenarios that you might want to implement in your landscape.

For more details refer,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8519e590-0201-0010-6280-d0766e58...

And also,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d667174d-0701-0010-9380-e35284f4...

Regards

Srinivasan T

Answers (0)