SAP EXIT_SAPLJJGA_012 Function Module for IS-M: Customer Potential: Identify Free Attributes with Customer Relevance









EXIT_SAPLJJGA_012 is a standard exit sapljjga 012 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for IS-M: Customer Potential: Identify Free Attributes with Customer Relevance processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for exit sapljjga 012 FM, simply by entering the name EXIT_SAPLJJGA_012 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XJJ1
Program Name: SAPLXJJ1
Main Program: SAPLXJJ1
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EXIT_SAPLJJGA_012 pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'EXIT_SAPLJJGA_012'"IS-M: Customer Potential: Identify Free Attributes with Customer Relevance
EXPORTING
PS_IN_IJJTBB = "Sales Agent Contract Element
* PV_SEARCH_AGENCY = ' ' "Reference to Agencies is Checked

IMPORTING
PV_FATBB1 = "Free Attribute 1 is Relevant to the Customer
PV_FATBB2 = "Free Attribute 2 is Relevant to the Customer
PV_FATBB3 = "Free Attribute 3 is Relevant to the Customer
PV_FATBB4 = "Free Attribute 4 is Relevant to the Customer
PV_FATBB5 = "Free Attribute 5 is Relevant to the Customer
PV_FATBB6 = "Free Attribute 6 is Relevant to the Customer
PV_FATBB7 = "Free Attribute 7 is Relevant to the Customer
.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
ISMAM_CUST_FIND_FATBB_SPEC IS-M/AM: Identify Customer Reference to Specific Free Attributes
ISMAM_CUST_FIND_FATBB_UNSPEC IS-M/AM: Identify Customer Reference to Unspecific ('+') Free Attributes
ISMAM_MK_IN_ELEMENTS_FIND Find Customers in Contract Elements
ISMAM_MK_IN_ELEMENTS_GET Determine Customers in Contract Elements
ISMAM_MK_IN_ELEMENTS_SELECT Import Contract Elements to Determine the Customers They Contain
ISMAM_MK_IN_ELEMENTS_SHOW Find and Display Customers in Contract Elements
ISM_JJTVV_WRITE_DOCUMENT_CALL Access Change Documents for Sales Agent Contract
ISP_AGENT_CONTRACT_AUTH_CHECK IS-M/AM: Authorization Check for Sales Agent Contract
ISP_AGENT_CONTRACT_BULK_CHANGE IS-M/AM: Mass Changes to Sales Agent Contracts (Only JJTVV)
ISP_AGENT_CONTRACT_FLD_CHANGE IS-M/AM: Media Sales Agent Contract: Change Field Value
ISP_AGENT_CONTRACT_ITEM_ADD IS-M/AM: Enter Element in a Sales Agent Contract
ISP_AGENT_CONTRACT_ITEM_DELETE IS-M/AM: Delete an Element from a Sales Agent Contract
ISP_AGENT_CONTRACT_ITEM_FIND IS-M/AM: Determine a Requirement for External Requirement Maintenance
ISP_AGENT_CONTRACT_READ IS-M/AM: Read Media Sales Agent Contract
ISP_AGENT_CONTRACT_SAVE IS-M/AM: Save Media Sales Agent Contract
ISP_AGENT_CONTRACT_SAVE_DB IS-M/AM: Save Media Sales Agent Contract (Data Channels Cooperations)
ISP_AGENT_CONTRACT_STD_FIND IS-M/AM: Find Media Sales Agent Standard Contract
ISP_AGENT_PURCHASING_ORG_GET IS-M/AM: Get Purchasing Organization for Sales Agent Sales Areas
ISP_ASSIGN_AGENT_MANUALLY IS-M/AM: Entries by Sales Agents from BP/Contract
ISP_CALL_AGENT_CONTRACT IS-M/AM: Access Sales Agent Contract
ISP_INDEPENDENT_ITEM_MAINTAIN IS-M/AM: Maintain Sales Area-Dependent Contract Requirements
ISP_JJTBB_ADD_ITEM IS-M/AM INTERNAL: Add Requirement for Media Sales Agent Contract
ISP_JJTBB_ADD_WITH_REFERENCE IS-M/AM INTERNAL: Copy Contract Elements
ISP_JJTBB_READ IS-M/AM INTERNAL: Read Contract Elements
ISP_JJTBB_SEARCH_POPUP IS-M/AM: Selection Restriction for Search Using Elements
ISP_JJTVB_ADD_WITH_REFERENCE IS-M/AM INTERNAL: Copy Contract Requirement
ISP_JJTVB_READ IS-M/AM INTERNAL: Read Contract Requirement
ISP_JJTVT_ADD_ITEM IS-M/AM INTERNAL: Add Requirement for Sales Area Assignment
ISP_JJTVT_ADD_WITH_REFERENCE IS-M/AM INTERNAL: Add Requirement for Media Sales Agent Contract
ISP_JJTVT_READ IS-M/AM INTERNAL: Read Requirement for Sales Area Assignment
ISP_JJTVV_READ IS-M/AM INTERNAL: Import Sales Agent Contract
ISP_JJVVEIN_READ IS-M/AM INTERNAL: Read Cross-Sales Area Inclusion

IMPORTING Parameters details for EXIT_SAPLJJGA_012

PS_IN_IJJTBB - Sales Agent Contract Element

Data type: JJGA_IJJTBB_STR
Optional: No
Call by Reference: Yes

PV_SEARCH_AGENCY - Reference to Agencies is Checked

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: Yes

EXPORTING Parameters details for EXIT_SAPLJJGA_012

PV_FATBB1 - Free Attribute 1 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB2 - Free Attribute 2 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB3 - Free Attribute 3 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB4 - Free Attribute 4 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB5 - Free Attribute 5 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB6 - Free Attribute 6 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

PV_FATBB7 - Free Attribute 7 is Relevant to the Customer

Data type: CHAR1
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for EXIT_SAPLJJGA_012 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_pv_fatbb1  TYPE CHAR1, "   
lv_ps_in_ijjtbb  TYPE JJGA_IJJTBB_STR, "   
lv_pv_fatbb2  TYPE CHAR1, "   
lv_pv_search_agency  TYPE XFELD, "   SPACE
lv_pv_fatbb3  TYPE CHAR1, "   
lv_pv_fatbb4  TYPE CHAR1, "   
lv_pv_fatbb5  TYPE CHAR1, "   
lv_pv_fatbb6  TYPE CHAR1, "   
lv_pv_fatbb7  TYPE CHAR1. "   

  CALL FUNCTION 'EXIT_SAPLJJGA_012'  "IS-M: Customer Potential: Identify Free Attributes with Customer Relevance
    EXPORTING
         PS_IN_IJJTBB = lv_ps_in_ijjtbb
         PV_SEARCH_AGENCY = lv_pv_search_agency
    IMPORTING
         PV_FATBB1 = lv_pv_fatbb1
         PV_FATBB2 = lv_pv_fatbb2
         PV_FATBB3 = lv_pv_fatbb3
         PV_FATBB4 = lv_pv_fatbb4
         PV_FATBB5 = lv_pv_fatbb5
         PV_FATBB6 = lv_pv_fatbb6
         PV_FATBB7 = lv_pv_fatbb7
. " EXIT_SAPLJJGA_012




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLJJGA_012

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
DATA(ld_pv_search_agency) = ' '.
 
 
 
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!