cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get Rfx Number from Rfx Create Screen

Former Member
0 Kudos
237

Hi All,

Where do we get the Rfx Number in Rfx create process. Which method and which component.

Case:

1.Clicked on Rfx Create...

2.New screen is openened with the new Rfx number and other details(this is not yet saved)

While this new Rfx number generated, We want to export the Rfx number to memory.

Purpose:

We have added a new button in Rfx Create screen to call a BSP page. We want this BSP page to read the Rfx number using EXPORT from memory.

Warm Regards,

Ashwin.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Mr Ashwin

I am facing same problem. Can you please let me know how you solved the problem?

Thanks & Regards

Amit

Former Member
0 Kudos

You don't need to use EXPORT for this. When you have seen the RFx number on the UI screen, the number is already part of the RFx document, though not yet persisted in DB tables. You can alreayd use FM BBP_PD_BID_GETDETAIL to get the number from the header structure.

Former Member
0 Kudos

Hi Yang,

Thanks for the reply.

We need to pass the GUID or Object id to the FM atleast.right?

So, any clue of where to get the Rfx number from webdynpro - which component and which method?

warm regards,

Ashwin.

Former Member
0 Kudos

When you are in the display of the RFx document, it is hard to imagine that the GUID is not available for you at any moment. Where are you planning to spawn off your own BSP page? In another word, where exactly do you plan to plug in your own code?

Former Member
0 Kudos

Hi Aswin

What will happen to this number once you export it to memory? Will you create a SRM RFx using the external BSP Application?

If that is the case, you can read the last number from RFx Table and add 1 to it and pass it to your program.....THat seems to be an easire option to me rather than calling RFx application and reading the number from there

Regards

Virender Singh

Former Member
0 Kudos

Hi Virender,

Pass the Rfx number to BSP and from there call a third party Java Applet to digitally sign the Rfx number and save the signed Rfx number to z_table as per Indian IT act 2000.

Any clue about where to get the Rfx & GUID from?

debugging the but no clue yet.

Warm Regards,

Ashwin.