2013 Sep 07 3:25 AM
Hi all. There is an excellent Grantor blog post in 4 parts by Former Member here: http://scn.sap.com/community/crm/blog/2013/08/12/introduction-to-sap-grantor-management--part-i
I thought it work linking to from this community.
2014 Jan 09 7:19 AM
Hi Des,
I am looking for a bit of technical perspective.
Like what are the tables used in Grantor Management for Grantor Program, Application, Agreement and Claim.
How do we link these tables?
Please let me know if you know any link which explains the above requirements.
Thanks
Bhasin
2014 Jan 20 5:58 AM
Hi Bhasin.
Try here: Tables used by SAP Grants Management for Grantor - Public Sector - SCN Wiki
2014 Jan 21 1:20 PM
Hi Des,
Thanks for the reply. I have already gone through this link but didn't find any useful information.
I wanted to know how the grantee is connected with application in system through tables.
How can we get the amount requested by the grantee?
Please let me know if you found the links regarding how to connect these details in the table.
2014 Feb 26 3:10 AM
Hi Bhasin,
You need to read through table "CRMD_ORDERADM_H" where the OBJECT_TYPE is "BUS2000270".
See the post linked above from Des with the Grantor tables to see the other OBJECT_TYPES.
You will then need to call FM "CRM_ORDER_READ" and get the import parameter ET_PRIDOC
This provides the pricing information.
You will need to loop through this for all the lines.
You are interested in "6GR1", "6GR2", and "6GR3"
These are the Requested, Eligible and Authorized amounts.
Hope this helps.
Regards, Paul
2014 Mar 10 6:31 AM
hi Paul,
Thanks for the reply. It is really helpful.
Regards
Bhasin