2014 Apr 07 6:32 AM
Hi
I got the requirement for updating the multiple catalog and code groups for the transaction OQN6
so i want to know is there any bapi avalable for that, kindly suggest.
regards
sathya eathakota
Hi
I got the requirement for updating the multiple catalog and code groups for the transaction OQN6
so i want to know is there any bapi avalable for that, kindly suggest.
regards
sathya eathakota
2014 Apr 07 6:47 AM
hi sathya,
Use below FM:
1. BAPI_PRICECATALOGUE_SAVREPLICA - For catalog creation
2. CALL FUNCTION 'QPGR_CODEGROUP_CREATE' - For codegroup
EXPORTING
i_qpgr = l_qpgr_new
IMPORTING
e_flg_message_collected = l_flg_msg_in_log
TABLES
i_short_text_tab = l_qpgttab
i_long_text_tab = l_qpmltxttmp
EXCEPTIONS
code_group_inconsistent = 1
no_authority = 2
enqueue_error = 3
wrong_key = 4
code_group_not_posted = 5.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |