Hi,
use BBP_DOC_CHECK_BADI for that.
Regards
Konstantin
Hi,
use BBP_DOC_CHECK_BADI for that.
Regards
Konstantin
Hi Expert
I am working on SRM 7.02 Classic scenario
I have created a Suppplier list for a Product Category. When I am creating SC with the same Product Category
Supplier List is not appearing
Thanks
Ajit
Hi,
Please Check tables CRM_JEST and CRM_JCDS , TJ02T for Individual status,
or in FM;- BBP_PD_BID_GETDETAIL table e_status.
Regards,
Venkat
Hi Venkat,
Thanks for your response.
Using the table 'CRM_JCDS' - we are able to find the object guid, status and time, and using the latest time, the corresponding Status of the Rfx will be picked. But this is applicable only when the Rfx is published or Transaction Completed.
But if the Rfx is 'Saved' or 'Awaiting Approval' status the time remain the same and cannot be differentiated.
Please find attachment for 'Saved' or 'Awaiting Approval' status.
Regards,
Ankita Bhagat
Can you please tell me how can I do it using BBP_DOC_CHECK_BADI
Hi,
try to check with table crm_jest .
select * into table it_tab from crm_jest
where objnr = guid
and stat = I1010
and inact = ' '.
if inact field is not updating , so need check finalize status as per document flow(created, held, saved,awaiting approval, approved, published)
Regards,
Venkat
Hi,
in BBP_DOC_CHECK_BADI badi signature you will get guid of SC,
Pass Guid to FM
BBP_PD_SC_GETDETAIL |
you will all data of SC , add your logic in badi.
append block message to et_messages.
Regards,
Venkat
Hi Ravi,
Thanks for the response.. sorry for the delay..
As per my understanding.. they are asking me to check whether is there any standard RFC / IDOC available to post the data to PI. so that whenever the PO is generated we will schedule one background program to call the function module send the data to PI.
The generated XML which is at run time, can't picked by the PI. As per ur suggestion , we can send the XML to ECC by defining RFC destination.But for PI is different, we should have some msg structure which is defined for PO [ IDOC / RFC] or if it is a file the generated XML should have some file name and should be stored in some location [ SAP directories ].
By using PI we have to perform mapping between the sender and receiver message structures.
I'm totally confusing and what to do??
Please refer
http://scn.sap.com/message/14565836#14565836
Regards
Bhargava krishna
Hello Ravi,
Thanks a lot for your guidance,Will look forward with the same.
Thanks
Gaurav Gautam
Hello Ajit,
Do check whether your login id is having the required roles for viewing/adding the supplier list i.e /SAPSRM/OP_PURCHASER or not.
Thanks
Gaurav Gautam
hi,
the following OSS bettered the function performance 1787319.
BR
Hi,
have you measured, how much faster it runs now?
Regards
Konstantin
Hello,
Check if note 1697858 is applied. This is a basis note that influences the display of screenvariant.
Regards,
Ricardo
It's much faster, but i can not compare because i didn't register the previous measures.
Hi,
Pooja
Currently I am looking for a change job .SAP SRM Functional.
If u have any openings for sap srm functional in your company pl let me know.
Pl give me u r mail id.
Thanks
Ram
Hi,
We are going to upgrade sap SRM to 7.01 version (from 5.5 version), currently we have the classic scenario with external requirements from ECC and the GOA contracts in SRM replicated to ECC.
We don't have PI and if is possible we don't want to install PI, is possible to continue without PI and using GOA contracts in SRM 7.01? also, is possible to maintain the current external requirements upload based on EPRTRANS and V_T160_EX?
Thanks.
Hi Mathu
You will use Central Contracts and you can replicate through SOA scenarios.
You can use this helful post:
And yes, you can keep your current external requirements process.
Regards,
Martin
Can you post a snap of the status of the PO from txn BBP_PD? Is it in I1080 or I1180?
Was this PO created from scratch in SRM or from a Shopping cart or Pur Req?
Regards,
Sushil
Hello,
SRM does not have Vendor/Company code relation maintained. This is only available in ECC.
How do you plan to use the company code in the search help?
You will probably need a new search help if you want to go ahead with this requirement.
Regards,
Sushil.