cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Service flow

Former Member
0 Kudos

Hi,

I am working on Internet Service of Contract BBP_CTR_MAIN

I have some basic doubts ,can anybody let me know actual flow of Internet Service

Mean to say there are so may Template Included in the service.

Say SAPLBBP_PDH_TEXT in BBP_CTR_MAIN.

<b>How the Text or attachment template SAPLBBP_PDH_TEXT is getting called?</b>

I saw this template is there in theme but i am unable to find how SAPLBBP_PDH_TEXT is calling in service BBP_CTR_MAIN .

Any help will be deeply appreciated .

Thanks,

SS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

<b>There are couple of links, which can guide you details about that...</b>

<u>Creating an Internet Service</u>

<b>http://help.sap.com/saphelp_nw2004s/helpdata/en/70/579509a7c611d3961700a0c94260a5/frameset.htm</b>

<u>Components of Internet Services</u>

http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/321374026311d5969500a0c94260a5/frameset.htm

<u>Developing an Internet Service from a Transaction</u>

http://help.sap.com/saphelp_nw2004s/helpdata/en/cb/a56b026d5311d194ac0000e82dec10/frameset.htm

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi,

Still my question is open that how template SAPLBBP_PDH_TEXT is called in

service BBP_CTR_MAIN .

Thanks,

SS

Former Member
0 Kudos

Hi

<b>There is a link between the this Internet Service.</b>

<b>Go to transaction SE80</b>

and select the drop-down list as Internet Service

Type thename of the service as <b>BBP_CTR_MAIN</b>

Then expand all the nodes of this service. There you will find a HTML template

named as <b>SAPLBBP_PDH_TEXT 100</b> .

If you carefully look in the code of this service, you will find Internet service bbp_pdh_text is called using an Include service statement.

That's the link. This service is calling the SAPLBBP_PDH_TEXT HTML template from there.

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

I have already seen that .

In module pool of SAPLBBP_CTR_UI_ITS long text screen is not associted than

how this template SAPLBBP_PDH_TEXT is getting called in BBP_CTR_MAIN .

Include service statemet in this template ,but there should be a call from other

templates also for long text template.

Thanks,

SS

Former Member
0 Kudos

Hi

I still cannot understand, what you want to do with this ? Incase you have any specific requiremnt, do let me know in detail.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

I just want to resolve mine doubts in internet service.

If you can I will be thankful to you.

Mine main doubts in a internet service there are so many templates.

Some of them publish through Module pool of that service; some of them are independent templates.

I think most of the templates link due to module pool flow logic & not getting how rest of the templates link to each other.

If all the templates belong to perticular transaction than i can think whole logic is incorporated there .

But some of the templates are not there in program of perticular transaction .So how these template comes in picture .

Thanks,

SS

Message was edited by:

SAP_User S

Former Member
0 Kudos

There has been much said already.

Maybe it helps to know that in a single transaction there can be several independent subscreens (each one representing a dynpro resp. a HTML template). One way of embedding them is via a master dynpro that holds them.

Other templates are included dynamically. For an example of the latter see internet service SAPLBBP_PDH_CUF, HTML Template SAPLBBP_PDH_CUF 300.

SRM is a complex system and it's impossible telling all details here. Debugging the system's flow by picking a major entry point (such as function module BBP_SC_APP_EVENT_DISPATCHER) helps a lot in many cases. But please don't expect to get to the right method just after a few (a dozen or so) step-ins

HTH

Klaus

Former Member
0 Kudos

Hi,

Is there any inputs from anybody ...

Thanks,

SS