cancel
Showing results for 
Search instead for 
Did you mean: 

SEM-BCS : Manual Posting - Please help!!!

Former Member
0 Kudos

Dear Mr. or Miss.

Hello.

We need the manual posting function in SEM-BCS.

When we use 'Monitoring' screen,

if we use 'update command',

we have to insert one data at a time manually

and we guess our mass-manual action is a big problem for us.

We want to mass-manual posting from the related CBO table

which we customize to our process.

When we inquire some experts, they said that BDC would be usless.

Is there a solution for this case? or

Is it possible for us to make a program about this manual posting logic.

If you have any solution, that could be a big help for us.

Please, send us some documents or solutions related to this case.

Thank you

Sincerly

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think that it should be rather straight forward to write a program in ABAP for creating a file with all entries and then make a flexible upload.

Best regards,

Eugene

Former Member
0 Kudos

Thanks for reply!!!

if it is available that mass-manual posting to the Document ODS(Transactional ODS) with flexible upload, is it these uploaded documents automatically posted to Total records cube(Transactional Cube) by system???

so then, I think you said that directly writing data to the documents ODS using SQL in ABAP program is possible and these data automatically are reflected in total records cube.

please help me..

GFV
Active Contributor
0 Kudos

Hi Seung,

if you create a flex upload with Upload Method Category you will <u>automatically</u> post:

- Documents in ODS

- Totals (summarized data) in IC

So there'se no need to write any ABAP Program at all!

Just remember, when creating the Flex Upload, to set the "Upload Method Category", just after the Method Name and Description.

At the end of Flex Upload Customizing you have to assign it to a Method, the Method to a Task and the Task to the Monitor, as usual!

Hope it helps

GFV

Answers (1)

Answers (1)

GFV
Active Contributor
0 Kudos

Hi Seung,

anual postings can be done even with an Upload at Document level. So I thin you need to customize a Flexible Upload fo Documents. Then you should prepare a file with all the documents to be loaded.

See http://help.sap.com/saphelp_sem40bw/helpdata/en/67/f7e73ac6e7ec28e10000000a114084/frameset.htm for more infos about.

Hope it helps

GFV