on 2023 Feb 10 2:20 AM
Need help.
Looking for BAPIs or standard FM to create and generate WWI Report.
Found below, but seems like these are no use.
BAPI_BUS1092_CREATE - This is Internal Purpose only. and it just create Report, not generating.
C12J_WWI_RAW_REPORT_GENERATE / C1F3_REPORT_CREATE. - These are internally used within CG02 by SAP. but these FMs uses CG02 Screen Values from RCGBGSEL. as it will be blank when we explicitly call the FM, it is failing.
any other FMs or BAPIs?
Thanks in advance.
Request clarification before answering.
I use these function and they work just fine.
C1F3_REPORTS_READ
C1F3_REPORTS_UPDATE
C1F3_REPORTS_SAVE_TO_DB
C1F3_REPORTS_GENERATE
Thanks
Timothy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
not sure if you sequenceis correct. The process can be splitted in two pieces.
1.) Generation of data in ESTDH (e.g. this is doine if i remember correct using:
C1F3_REPORTS_CREATE
C1F3_REPORTS_UPDATE
C1F3_REPORTS_SAVE_TO_DB
2.) generation of the "WWI" report
I belive your sequence is therefore may be wrong. the "ESTHD" entry needs a "reference to a WWI document. And this comes with: C1F3_REPORTS_GENERATE
So may be check your code structures.
Keep in mind: you need to hand over to the Function modules:
1:) specification number
2.) generation variant
3.) Language
4. keydate (THIS Is IMPORTANT)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.