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_ACC_STAT_KEY_FIG_POST

Former Member
0 Likes
1,666

Hi,

How to use this BAPI_ACC_STAT_KEY_FIG_POST.. any code available

Akash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,211

hi,

Go to SE37 and press where-used-list button ... fo find the usage on your server ...

3 REPLIES 3
Read only

Former Member
0 Likes
1,212

hi,

Go to SE37 and press where-used-list button ... fo find the usage on your server ...

Read only

Former Member
0 Likes
1,211

The Import parameters are

1.DOC_HEADER

2.IGNORE_WARNINGS(optional)

-->The DOC_HEADER structure contains the document header data.

-->The CO_AREA field must contain the controlling area in which you are to post.

-->For an external number range, the DOC_NO field is specified for the document number.

-->The fields DOCDATE (document date) and POSTGDATE (posting date) are optional. For

empty fields, the system enters the current date.

-->The OBJ_KEY enables you to specify the number and organization of a reference

document (each with 10 characters ). The OBJ_TYPE type field is defined for the object

type of the reference document of the sending system.

-->USERNAME is mandatory field

Tables Parameters

1.DOC_ITEMS

2.RETURN

3.CUSTOMER_FIELDS

The document item data is transferred to the DOC_ITEMS table.You pass values you want

to upload based on the requirement.

You take the Header details in one Internal table and the item details in other table.

Read only

0 Likes
1,211

Hi,

how to I create 1 document only when posting more lines? it creates a document each posted line...

thank you

BR

S.