This document describes a report that creates and maintains CRM lead objects. It defines selection screen parameters and data structures for loading values into the lead, partner, and appointment administration objects. These objects are populated with data and passed to the CRM_ORDER_MAINTAIN function to create a new lead record in SAP CRM.
This document describes a report that creates and maintains CRM lead objects. It defines selection screen parameters and data structures for loading values into the lead, partner, and appointment administration objects. These objects are populated with data and passed to the CRM_ORDER_MAINTAIN function to create a new lead record in SAP CRM.
This document describes a report that creates and maintains CRM lead objects. It defines selection screen parameters and data structures for loading values into the lead, partner, and appointment administration objects. These objects are populated with data and passed to the CRM_ORDER_MAINTAIN function to create a new lead record in SAP CRM.
This document describes a report that creates and maintains CRM lead objects. It defines selection screen parameters and data structures for loading values into the lead, partner, and appointment administration objects. These objects are populated with data and passed to the CRM_ORDER_MAINTAIN function to create a new lead record in SAP CRM.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 8
At a glance
Powered by AI
The report is used to create and maintain lead objects in SAP CRM. It uses various data structures to pass data between different functions for creating, updating and saving the lead object.
The report is used to create and maintain lead objects in the SAP CRM system.
The main data structures used are: it_lead to hold the lead header values, it_ctinput to pass field values to update, it_partner to hold contact person details, it_appoint to hold appointments related to the lead.