on 2010 Nov 15 10:13 AM
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.
Request clarification before answering.
Dear Mr Ashwin
I am facing same problem. Can you please let me know how you solved the problem?
Thanks & Regards
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.