Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_INSPECTION_PLAN CREATE Infofields issue

Former Member
0 Likes
509

Hi Experts,

In our project we are creating inspection plans using BAPI "BAPI_INSPECTION_PLAN_CREATE" and the plans are getting created successfully with necessary fields populated.

However the info fields (INFOFIELDS1,2,3 in bapi structure or PLMK-DUMMY10,20,40 fields in database) in the Characteristics of the Ins.Plan Operation are not getting updated.

Below are these fields in structure BAPI1191_CHA_C of bapi:--

INFOFIELD1

INFOFIELD2

INFOFIELD3

Even though these fields i am populating before creating the insp.plans, these are not getting updated in the characteristics of the inspection plan operation.

After debugging i found out that a user exit EXIT_SAPLCQCL_001/ ZXCQCLU01 needs to be  implimented for these fields to get updated through BAPI.

However for some strange reasons the client is not accepting this solution.

Is there any other way to update these fields.

Any other BAPI/FM.

BDC recording would be my last option.

Also let me know if any SAP note exists for this issue.

Please suggest.

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hi,

We cant do it with bapi i think.

Use BDC or get the help from the SHDB

Karthik.R

Read only

Former Member
0 Likes
432

Hi,

Identify the fields from the screen and you can use ecatt recording for mass uploading  which will be much easier than BDC

Best Regards,

Sarveshvaran