2010 Mar 05 5:19 PM
Hi,
I have some z-fields in customer master table (KNA1).
I want to update these fields using BAPI
Please help
Regards
Hi,
I have some z-fields in customer master table (KNA1).
I want to update these fields using BAPI
Please help
Regards
2010 Mar 05 5:49 PM
2010 Mar 05 8:09 PM
But my question is how to update the z-fields using this or some other BAPI
2010 Mar 05 11:15 PM
Use the field EXTENSIONIN, it has been discussed many times in the forum
2010 Mar 06 5:50 PM
2010 Mar 06 6:29 PM
Aaaah, sorry!
I have found that this BAPI should only be used in some given applications (Note 390045 - Usage of BAPI_CUSTOMER_* of function group V02D)
You should use Idoc (DEBMAS if I remember well, you may have to extend it and implement CMOD user exits) or batch input instead.
Another solution: you may do a direct update using UPDATE KNA1 SET zzfield = ... WHERE ... as it clearly states that you don't change any standard field. For insertions, you may look for some user exits which are called at save time, and do the update right after the insertion by SAP (you may do that only if you know exactly how update tasks work, and when you may call your own Z update function module).
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |