cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_EXTREQ_TRANSFER

Former Member
0 Kudos

Our external reqs are successfully transferred from ECC to SRM.

But the header text and item text is not transferred. (STXH and STXL).

Is this a problem with the transfer program?

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You can try to debug this to see where text is disappearing.

Once the PREQs are available do the following:

1. Go to table EPRTRANS -> take the PREQ number.

2. Go to SE38 -> BBP_EXTREQ_TRANSFER -> F8 -> provide PREQ -> /h -> F8.

3. Go inside FM BBP_EXTREQ_TRANSFER ->

4. Go inside perform transfer_package ->

5. Go inside perfrorm send_pr_to_procsystem ->

6. Clear lv_qrfc = '' -> goto inside FM BBP_BC_EXTREQ_INB -> (here SRM will be called. Provide a RFC destination with dialog user to proceed further).

7. Go inside Call FM API_FUNC_NAME -> set breakpoint at FM's

BBP_PD_SC_CREATE, BBP_PDPRC_UPDATE, and proceed further.

Regards,

Ricardo

Answers (1)

Answers (1)

summer_wang
Contributor
0 Kudos

Hi

to transport the basic texts, please add a filter line to business

object 'MATERIAL' in transaction 'R3AC1'.

Table Field OP Low

STXH TDOBJECT EQ MATERIAL.

and repeat the initial download for 'MATERIAL'.

Please check the R/3 Adapter documentation for the special filter

settings on table STXH for materials texts. The note 338623 describes

the way to the documentation.

Summer Wang